aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-01 07:44:46 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-01 07:44:46 +0000
commit40274dba45d21fc5e70cfc79a4c40ae69056329a (patch)
tree7da10a2ed6ccd14eaca2803a778f34cca10c1952 /kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml
parentc2c76e22db6aaaa18ab9b8252bf348a92176a227 (diff)
parent62038bf0c687794692af685992d8241d922799b6 (diff)
Merge "[VFC]Remove the process of mysql in vfc-redis"
Diffstat (limited to 'kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml')
-rw-r--r--kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml
index 0ed9622d99..9eee5c7f81 100644
--- a/kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml
+++ b/kubernetes/vfc/charts/vfc-redis/templates/deployment.yaml
@@ -39,7 +39,6 @@ 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 }}