summaryrefslogtreecommitdiffstats
path: root/kubernetes/vvp/charts/vvp-int-haproxy/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/vvp/charts/vvp-int-haproxy/templates/deployment.yaml')
-rw-r--r--kubernetes/vvp/charts/vvp-int-haproxy/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/vvp/charts/vvp-int-haproxy/templates/deployment.yaml b/kubernetes/vvp/charts/vvp-int-haproxy/templates/deployment.yaml
index 4344df3ab2..7c7db4ccbb 100644
--- a/kubernetes/vvp/charts/vvp-int-haproxy/templates/deployment.yaml
+++ b/kubernetes/vvp/charts/vvp-int-haproxy/templates/deployment.yaml
@@ -32,7 +32,7 @@ spec:
containers:
- name: {{ include "common.name" . }}
image: "{{ include "common.repository" . }}/{{ .Values.image }}"
- imagePullPolicy: {{ .Values.pullPolicy | default .Values.global.pullPolicy }}
+ imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
ports:
- containerPort: 80
- containerPort: 8080