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 c40ddad commit b17e6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
httpGet:
path: /
port: http
{{- if .Values.web.env.USE_HTTP_BASIC -}}
{{- if .Values.web.env.USE_HTTP_BASIC }}
httpHeaders:
- name: Authorization
value: Basic b3JhbGhpc3Rvcnk6b3JhbGhpc2lzdG9yeQ==
Expand All @@ -82,7 +82,7 @@ spec:
httpGet:
path: /
port: http
{{- if .Values.web.env.USE_HTTP_BASIC -}}
{{- if .Values.web.env.USE_HTTP_BASIC }}
httpHeaders:
- name: Authorization
value: Basic b3JhbGhpc3Rvcnk6b3JhbGhpc2lzdG9yeQ==
Expand Down

0 comments on commit b17e6d9

Please sign in to comment.