add liveness probe to dashboard
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-02-02 11:23:21 +01:00
parent 7077a12868
commit 867899db7e
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -26,6 +26,12 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8080
livenessProbe:
httpGet:
path: /
port: 8080
initialDelaySeconds: 3
periodSeconds: 3
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service