...
|
...
|
@@ -79,17 +79,22 @@ spec: |
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: mysql.password
|
|
|
- name: REDIS_HOST
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: redis.ip
|
|
|
- name: REDIS_PORT
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: redis.port
|
|
|
- name: MYSQL_DB_NAME
|
|
|
value: "opportunity_dev"
|
|
|
- name: LOG_LEVEL
|
|
|
value: "debug"
|
|
|
- name: RUN_MODE
|
|
|
value: "test"
|
|
|
- name: REDIS_IP
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: redis.ip
|
|
|
- name: aliyun_logs_suplus
|
|
|
value: "stdout"
|
|
|
- name: aliyun_logs_access
|
...
|
...
|
|