fix: add startupProbe to atlantis

This commit is contained in:
2025-07-07 14:56:39 +02:00
parent b08b17658b
commit bbeb0a48af
@@ -40,6 +40,11 @@ spec:
protocol: TCP protocol: TCP
env: env:
{{- toYaml .Values.env | nindent 12 }} {{- toYaml .Values.env | nindent 12 }}
startupProbe:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 30
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz