summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/templates/dep-pap.yaml
diff options
context:
space:
mode:
authorEric Au <kachun.au@amdocs.com>2017-08-31 16:18:11 -0400
committerEric Au <kachun.au@amdocs.com>2017-09-08 11:28:43 -0400
commitcdaafde182424c51185909a7fd98924364616fb2 (patch)
treecf72451df2c4a104e1bdac64a837953a0ae58aca /kubernetes/policy/templates/dep-pap.yaml
parentb8d9bacebcf47ca4a96d49cf21418067b8550870 (diff)
Policy 1.1 in Kubernetes
- up verion containers to use 1.1 - pap and brmsgw report it is waiting for pap 9091 port to be open but pdp and pypdp reports pap 9091 port is open - removed push-policies.sh from 1.1 due to comment in CR - removed pypdp container from 1.1 due to comment in CR - removed pypdp.conf from 1.1 due to comment in CR - removed ip_addr.txt from 1.1 due to comment in CR Change-Id: Ibb685ec603a59dba56aa9673044ae1923d993191 Issue-Id: OOM-249 Signed-off-by: Eric Au <kachun.au@amdocs.com>
Diffstat (limited to 'kubernetes/policy/templates/dep-pap.yaml')
-rw-r--r--kubernetes/policy/templates/dep-pap.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/templates/dep-pap.yaml b/kubernetes/policy/templates/dep-pap.yaml
index 8ee2370c4a..fcb590bdb2 100644
--- a/kubernetes/policy/templates/dep-pap.yaml
+++ b/kubernetes/policy/templates/dep-pap.yaml
@@ -35,7 +35,7 @@ spec:
}
}
],
- "image": "{{ .Values.image.readiness }}",
+ "image": "{{ .Values.image.readiness }}:{{ .Values.image.readinessVersion }}",
"imagePullPolicy": "{{ .Values.pullPolicy }}",
"name": "pap-readiness"
},
@@ -69,7 +69,7 @@ spec:
- /bin/bash
- ./do-start.sh
- pap
- image: {{ .Values.image.policyPe }}
+ image: "{{ .Values.image.policyPe }}:{{ .Values.image.policyPeVersion }}"
imagePullPolicy: {{ .Values.pullPolicy }}
name: pap
ports: