Skip to content

Commit

Permalink
API readiness probe now always enabled (#53)
Browse files Browse the repository at this point in the history
This signifies that we only support sorry cypress 1.x going forward.
  • Loading branch information
tico24 authored Jun 14, 2021
1 parent 9e2df18 commit 5290c43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions charts/sorry-cypress/templates/deployment-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ spec:
- containerPort: 4000
resources:
{{- toYaml .Values.api.resources | nindent 10 }}
{{- if .Values.api.readinessProbe.enabled }}
readinessProbe:
httpGet:
path: /.well-known/apollo/server-health
Expand All @@ -57,7 +56,6 @@ spec:
timeoutSeconds: {{ .Values.api.readinessProbe.timeoutSeconds }}
successThreshold: {{ .Values.api.readinessProbe.successThreshold }}
failureThreshold: {{ .Values.api.readinessProbe.failureThreshold }}
{{- end }}
restartPolicy: Always
serviceAccountName: ""
volumes: null
Expand Down
1 change: 0 additions & 1 deletion charts/sorry-cypress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ api:
port: 4000

readinessProbe:
enabled: true
periodSeconds: 5
timeoutSeconds: 3
successThreshold: 2
Expand Down

0 comments on commit 5290c43

Please sign in to comment.