KUSTOMIZE BUILD STAGING: rebuild dashboard deployment with kustomize 588 (done automagically via Drone pipeline)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
83cd96ffa0
commit
58962ae5f9
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ spec:
|
|||
containers:
|
||||
- image: git.ar21.de/yolokube/dashboard:staging-777
|
||||
imagePullPolicy: Always
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
initialDelaySeconds: 3
|
||||
periodSeconds: 3
|
||||
name: dashboard
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
Loading…
Reference in a new issue