CHORE(jotion): remove healthcheck config

- Remove healthcheck configuration from helm values
- Simplify deployment configuration
This commit is contained in:
2026-01-10 02:23:07 +09:00
parent 7d928aa24b
commit 2c2084b95f

View File

@@ -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