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 65b0ed0 commit c40ddad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,22 @@ spec:
httpGet:
path: /
port: http
{{- if .Values.web.env.USE_HTTP_BASIC -}}
httpHeaders:
- name: Authorization
value: Basic b3JhbGhpc3Rvcnk6b3JhbGhpc2lzdG9yeQ==
{{- end }}
initialDelaySeconds: 120
periodSeconds: 30
readinessProbe:
httpGet:
path: /
port: http
{{- if .Values.web.env.USE_HTTP_BASIC -}}
httpHeaders:
- name: Authorization
value: Basic b3JhbGhpc3Rvcnk6b3JhbGhpc2lzdG9yeQ==
{{- end }}
initialDelaySeconds: 120
periodSeconds: 30
resources:
Expand Down

0 comments on commit c40ddad

Please sign in to comment.