CHORE(jotion): remove healthcheck config
- Remove healthcheck configuration from helm values - Simplify deployment configuration
This commit is contained in:
@@ -46,19 +46,6 @@ resources:
|
|||||||
limits:
|
limits:
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
|
||||||
healthCheck:
|
|
||||||
enabled: true
|
|
||||||
path: /api/health
|
|
||||||
startupProbe:
|
|
||||||
periodSeconds: 10
|
|
||||||
failureThreshold: 30
|
|
||||||
livenessProbe:
|
|
||||||
initialDelaySeconds: 0
|
|
||||||
periodSeconds: 10
|
|
||||||
readinessProbe:
|
|
||||||
initialDelaySeconds: 0
|
|
||||||
periodSeconds: 5
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: NODE_ENV
|
- name: NODE_ENV
|
||||||
value: production
|
value: production
|
||||||
|
|||||||
Reference in New Issue
Block a user