KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 589 (done automagically via Drone pipeline)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-02-02 10:27:52 +00:00
parent 58962ae5f9
commit ea9de9298a

View file

@ -36,6 +36,12 @@ spec:
containers:
- image: git.ar21.de/yolokube/dashboard:776
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /
port: 8080
initialDelaySeconds: 3
periodSeconds: 3
name: dashboard
ports:
- containerPort: 8080