aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/policy-pap/templates/deployment.yaml
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2019-07-30 08:19:20 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-30 08:19:20 +0000
commitbd7eceb7a0729a4a50b200be3764775bdc9d8141 (patch)
treed6bb87ed1d6a51feb960f59bd1ee366a574a70b3 /kubernetes/policy/charts/policy-pap/templates/deployment.yaml
parente911730e3dda95859850da7859d4863f739b8e2b (diff)
parent9f8f792363c12df8f35e74ac9d94cb7f39ef4752 (diff)
Merge "OOM companion changes to topic.properties removal" into staging
Diffstat (limited to 'kubernetes/policy/charts/policy-pap/templates/deployment.yaml')
-rw-r--r--kubernetes/policy/charts/policy-pap/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/policy-pap/templates/deployment.yaml b/kubernetes/policy/charts/policy-pap/templates/deployment.yaml
index 4945f766d8..3332f60944 100644
--- a/kubernetes/policy/charts/policy-pap/templates/deployment.yaml
+++ b/kubernetes/policy/charts/policy-pap/templates/deployment.yaml
@@ -36,7 +36,7 @@ spec:
image: "{{ include "common.repository" . }}/{{ .Values.image }}"
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
command: ["/opt/app/policy/pap/bin/policy-pap.sh"]
- args: ["/opt/app/policy/pap/etc/mounted/config.json", "/opt/app/policy/pap/etc/mounted/topic.properties"]
+ args: ["/opt/app/policy/pap/etc/mounted/config.json"]
ports:
- containerPort: {{ .Values.service.internalPort }}
# disable liveness probe when breakpoints set in debugger