Removed use of vfc-redis from etsicatalog component 94/101094/2
authorhongyuzhao <zhao.hongyu@zte.com.cn>
Tue, 4 Feb 2020 09:54:35 +0000 (17:54 +0800)
committerhongyuzhao <zhao.hongyu@zte.com.cn>
Wed, 5 Feb 2020 05:32:59 +0000 (13:32 +0800)
Change-Id: Ie00783e0e55136aa40a8c3cf266ebc486240e308
Issue-ID: MODELING-307
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml
kubernetes/modeling/charts/modeling-etsicatalog/values.yaml

index a2e03b8..fb31b8b 100644 (file)
@@ -79,8 +79,6 @@ spec:
             value: {{ (index .Values "mariadb-galera" "service" "name") }}:{{ (index .Values "mariadb-galera" "service" "internalPort") }}
           - name: MYSQL_ROOT_PASSWORD
             {{- include "common.secret.envFromSecret" (dict "global" . "uid" "db-root-pass" "key" "password") | indent 12}}
-          - name: REDIS_ADDR
-            value: "{{ .Values.global.config.redisServiceName }}:{{ .Values.global.config.redisPort }}"
           volumeMounts:
           - name: {{ include "common.fullname" . }}-etsicatalog
             mountPath: /service/modeling/etsicatalog/static
index bb5a76b..05f73e8 100644 (file)
@@ -25,8 +25,6 @@ global:
   config:
     msbServiceName: msb-iag
     msbPort: 80
-    redisServiceName: vfc-redis
-    redisPort: 6379
 
   persistence:
     mountPath: /dockerdata-nfs