feat: add readiness probe

This commit is contained in:
mrjoelkamp
2024-07-24 14:16:20 -05:00
parent a90d2b032d
commit 48f6db779e
4 changed files with 32 additions and 12 deletions

View File

@@ -68,6 +68,11 @@ spec:
mountPath: {{ .Values.certDir }}
readOnly: true
{{- end }}
readinessProbe:
httpGet:
path: /ready
port: {{ .Values.port }}
scheme: HTTPS
restartPolicy: Always
nodeSelector:
kubernetes.io/os: linux