From 2c2084b95f811848af31e32e44bedbb26abde7a5 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 02:23:07 +0900 Subject: [PATCH] CHORE(jotion): remove healthcheck config - Remove healthcheck configuration from helm values - Simplify deployment configuration --- jotion/helm-values.yaml | 13 ------------- 1 file changed, 13 deletions(-) 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