From 58962ae5f9d2e651210cc86fd852662b614b53d5 Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 2 Feb 2024 10:27:45 +0000 Subject: [PATCH] KUSTOMIZE BUILD STAGING: rebuild dashboard deployment with kustomize 588 (done automagically via Drone pipeline) --- dashboard/staging/dashboard.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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