Skip to content

Commit

Permalink
fix(charts): ports II
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Nov 11, 2023
1 parent e2d2748 commit 0caf187
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion charts/templates/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,18 @@ spec:
path: "/!/web"
port: web
host: {{ .Values.ingress.host | quote }}
httpHeaders:
- name: Host
value: {{ .Values.ingress.host | quote }}
livenessProbe:
initialDelaySeconds: 5
periodSeconds: 20
httpGet:
path: "/!/web"
port: web
host: {{ .Values.ingress.host | quote }}
httpHeaders:
- name: Host
value: {{ .Values.ingress.host | quote }}
envFrom:
- secretRef:
name: {{ .Values.web.secretName }}
Expand All @@ -49,12 +54,18 @@ spec:
httpGet:
path: "/!/proxy"
port: proxy
httpHeaders:
- name: Host
value: {{ .Values.ingress.host | quote }}
livenessProbe:
initialDelaySeconds: 3
periodSeconds: 20
httpGet:
path: "/!/proxy"
port: proxy
httpHeaders:
- name: Host
value: {{ .Values.ingress.host | quote }}
ports:
- name: proxy
protocol: TCP
Expand Down

0 comments on commit 0caf187

Please sign in to comment.