diff --git a/helm/payouts/templates/deployment.yaml b/helm/payouts/templates/deployment.yaml index 0e457ca..684754b 100644 --- a/helm/payouts/templates/deployment.yaml +++ b/helm/payouts/templates/deployment.yaml @@ -38,6 +38,14 @@ spec: - name: http containerPort: {{ trimPrefix ":" .Values.config.Server.Port | int }} protocol: TCP + livenessProbe: + httpGet: + path: /health + port: http + readinessProbe: + httpGet: + path: /health + port: http volumeMounts: - name: config mountPath: /etc/payouts