pod resources mismatched in ingress chart
in ingress chart, ingress/error resource configuration is mismatched. Change-Id: Idd9ea2692981b2ba971a259844f703ec9e7307b1 Closes-Bug: #1711980
This commit is contained in:
parent
0c715b8b3c
commit
9f7e6eda90
@ -37,7 +37,7 @@ spec:
|
||||
- name: ingress-error-pages
|
||||
image: {{ .Values.images.error_pages }}
|
||||
imagePullPolicy: {{ .Values.images.pull_policy }}
|
||||
{{ tuple $envAll $envAll.Values.pod.resources.ingress | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||
{{ tuple $envAll $envAll.Values.pod.resources.error_pages | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
@ -53,7 +53,7 @@ spec:
|
||||
- name: ingress-api
|
||||
image: {{ .Values.images.ingress }}
|
||||
imagePullPolicy: {{ .Values.images.pull_policy }}
|
||||
{{ tuple $envAll $envAll.Values.pod.resources.error_pages | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||
{{ tuple $envAll $envAll.Values.pod.resources.ingress | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
Loading…
x
Reference in New Issue
Block a user