summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml
diff options
context:
space:
mode:
authordengyh <dengyuanhong@chinamobile.com>2020-08-21 16:10:58 +0800
committerYuanhong Deng <dengyuanhong@chinamobile.com>2020-08-25 02:09:24 +0000
commit62038bf0c687794692af685992d8241d922799b6 (patch)
tree051d4c5eef8f3e4da674800829ebc5212b54c717 /kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml
parent62d2c70954fd0902ad554356cd7675732b89ab0c (diff)
[VFC]Remove the process of mysql in vfc-redis
Two main process in vfc-redis: redis + mysql Issue-ID: VFC-1727 Change-Id: Ied784a4ff8270d23f3609a7942dbfb8d81e74084 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml')
-rw-r--r--kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml
index 546f5389b0..5ba557e5b0 100644
--- a/kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml
+++ b/kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml
@@ -88,8 +88,10 @@ spec:
value: "{{ .Values.global.config.mariadb_admin }}"
- name: MYSQL_ROOT_PASSWORD
{{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "db-root-pass" "key" "password") | indent 14}}
- - name: REDIS_ADDR
- value: "{{ .Values.global.config.redisServiceName }}:{{ .Values.global.config.redisPort }}"
+ - name: REDIS_HOST
+ value: "{{ .Values.global.config.redisServiceName }}"
+ - name: REDIS_PORT
+ value: "{{ .Values.global.config.redisPort }}"
- name: REG_TO_MSB_WHEN_START
value: "{{ .Values.global.config.reg_to_msb_when_start }}"
volumeMounts: