Skip to content

Commit

Permalink
Remove broken health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Jan 20, 2025
1 parent 7b02b2e commit c157a7d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions charts/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,4 @@ spec:
value: {{ print "https://" }}{{ .Values.ingress.host }}
ports:
- name: http-api
containerPort: 7007
livenessProbe:
httpGet:
port: 7007
path: /healthcheck
initialDelaySeconds: 30
periodSeconds: 10
readinessProbe:
httpGet:
port: 7007
path: /healthcheck
initialDelaySeconds: 30
periodSeconds: 10
containerPort: 7007

0 comments on commit c157a7d

Please sign in to comment.