diff --git a/jotion/helm-values.yaml b/jotion/helm-values.yaml index f5ae995..26a2a48 100644 --- a/jotion/helm-values.yaml +++ b/jotion/helm-values.yaml @@ -46,6 +46,24 @@ resources: limits: memory: 128Mi +livenessProbe: + httpGet: + path: /home + port: 3000 + initialDelaySeconds: 30 + periodSeconds: 10 + timeoutSeconds: 1 + failureThreshold: 3 + +readinessProbe: + httpGet: + path: /home + port: 3000 + initialDelaySeconds: 5 + periodSeconds: 5 + timeoutSeconds: 1 + failureThreshold: 3 + env: - name: NODE_ENV value: production