diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index cf9169b..692c62d 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -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