Skip to content

Commit

Permalink
fix(charts): use proper host header for probes
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Nov 11, 2023
1 parent 7290153 commit 67db6fc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions charts/templates/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,14 @@ spec:
httpGet:
path: "/!/web"
port: 8000
httpHeaders:
- name: Host
value: {{ .Values.ingress.host | quote }}
host: {{ .Values.ingress.host | quote }}
livenessProbe:
initialDelaySeconds: 5
periodSeconds: 20
httpGet:
path: "/!/web"
port: 8000
httpHeaders:
- name: Host
value: {{ .Values.ingress.host | quote }}
host: {{ .Values.ingress.host | quote }}
envFrom:
- secretRef:
name: {{ .Values.web.secretName }}
Expand Down

0 comments on commit 67db6fc

Please sign in to comment.