Skip to content

Commit

Permalink
fix probes
Browse files Browse the repository at this point in the history
  • Loading branch information
cachemeoutside committed Nov 30, 2023
1 parent ab91420 commit 01ce4d6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,25 +85,6 @@ spec:
{{- end }}
initialDelaySeconds: 120
periodSeconds: 30
readinessProbe:
{{- if .Values.web.env.USE_HTTP_BASIC }}
exec:
command:
- curl
- I
- -X
- GET
- -u
- "${STAGING_HTTP_BASIC_USERNAME}:${STAGING_HTTP_BASIC_PASSWORD}"
- http://localhost/
{{- else }}
httpGet:
path: /
port: http
{{- end }}
initialDelaySeconds: 120
periodSeconds: 30

resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit 01ce4d6

Please sign in to comment.