正在显示
1 个修改的文件
包含
10 行增加
和
5 行删除
@@ -79,17 +79,22 @@ spec: | @@ -79,17 +79,22 @@ spec: | ||
79 | configMapKeyRef: | 79 | configMapKeyRef: |
80 | name: suplus-config | 80 | name: suplus-config |
81 | key: mysql.password | 81 | key: mysql.password |
82 | + - name: REDIS_HOST | ||
83 | + valueFrom: | ||
84 | + configMapKeyRef: | ||
85 | + name: suplus-config | ||
86 | + key: redis.ip | ||
87 | + - name: REDIS_PORT | ||
88 | + valueFrom: | ||
89 | + configMapKeyRef: | ||
90 | + name: suplus-config | ||
91 | + key: redis.port | ||
82 | - name: MYSQL_DB_NAME | 92 | - name: MYSQL_DB_NAME |
83 | value: "opportunity_dev" | 93 | value: "opportunity_dev" |
84 | - name: LOG_LEVEL | 94 | - name: LOG_LEVEL |
85 | value: "debug" | 95 | value: "debug" |
86 | - name: RUN_MODE | 96 | - name: RUN_MODE |
87 | value: "test" | 97 | value: "test" |
88 | - - name: REDIS_IP | ||
89 | - valueFrom: | ||
90 | - configMapKeyRef: | ||
91 | - name: suplus-config | ||
92 | - key: redis.ip | ||
93 | - name: aliyun_logs_suplus | 98 | - name: aliyun_logs_suplus |
94 | value: "stdout" | 99 | value: "stdout" |
95 | - name: aliyun_logs_access | 100 | - name: aliyun_logs_access |
-
请 注册 或 登录 后发表评论