diff --git a/jotion/helm-values.yaml b/jotion/helm-values.yaml index 8af48b7..f5ae995 100644 --- a/jotion/helm-values.yaml +++ b/jotion/helm-values.yaml @@ -46,19 +46,6 @@ resources: limits: memory: 128Mi -healthCheck: - enabled: true - path: /api/health - startupProbe: - periodSeconds: 10 - failureThreshold: 30 - livenessProbe: - initialDelaySeconds: 0 - periodSeconds: 10 - readinessProbe: - initialDelaySeconds: 0 - periodSeconds: 5 - env: - name: NODE_ENV value: production