summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2018-04-13 12:16:40 +0800
committeryangyan <yangyanyj@chinamobile.com>2018-04-18 09:11:11 +0800
commit1c0529987d19b596b44caf2071e121e3e3d2daea (patch)
tree1a06c2db170d559232e0cd0ea082ffd5b9774631 /kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
parent8cb27a420a63aa864543d207754d90816eb713fa (diff)
Update vfc charts configutation
Change-Id: I79dc1c5d26692fe675ca4cf2779fc78eac557a45 Issue-ID: VFC-879 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml')
-rw-r--r--kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
index eed1906d26..28b5950b48 100644
--- a/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
+++ b/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
@@ -52,6 +52,7 @@ spec:
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
ports:
- containerPort: {{ .Values.service.internalPort }}
+ - containerPort: {{ .Values.service.internalPort2 }}
# disable liveness probe when breakpoints set in debugger
# so K8s doesn't restart unresponsive container
{{ if .Values.liveness.enabled }}