diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-01-17 10:45:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-17 10:45:45 +0000 |
commit | 6758b55235ad56583163aa6abdb388c082c412f4 (patch) | |
tree | 0e35e07d00fa472c706e0175524a8737c908c969 /kubernetes/vvp/charts/vvp-int-haproxy/templates/deployment.yaml | |
parent | 54dc9203a3b902c7002d93d80db7b2ad27f2fe99 (diff) | |
parent | 6ad3a1c8e3e74c4af3912adf1c982b131c163e77 (diff) |
Merge "global image pull issue Issue-ID: OOM-1563"
Diffstat (limited to 'kubernetes/vvp/charts/vvp-int-haproxy/templates/deployment.yaml')
-rw-r--r-- | kubernetes/vvp/charts/vvp-int-haproxy/templates/deployment.yaml | 2 |
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 |