...
|
...
|
@@ -2,7 +2,7 @@ apiVersion: v1 |
|
|
kind: Service
|
|
|
metadata:
|
|
|
name: allied-creation-cooperation
|
|
|
namespace: mmm-suplus-test
|
|
|
namespace: mmm-suplus-dev
|
|
|
labels:
|
|
|
k8s-app: allied-creation-cooperation
|
|
|
spec:
|
...
|
...
|
@@ -20,7 +20,7 @@ apiVersion: extensions/v1beta1 |
|
|
kind: Deployment
|
|
|
metadata:
|
|
|
name: allied-creation-cooperation
|
|
|
namespace: mmm-suplus-test
|
|
|
namespace: mmm-suplus-dev
|
|
|
labels:
|
|
|
k8s-app: allied-creation-cooperation
|
|
|
spec:
|
...
|
...
|
@@ -58,10 +58,53 @@ spec: |
|
|
env:
|
|
|
- name: LOG_LEVEL
|
|
|
value: "debug"
|
|
|
- name: LOG_FRAMEWORK
|
|
|
value: "beego"
|
|
|
- name: LOG_TYPE
|
|
|
value: "file"
|
|
|
- name: ERROR_BASE_CODE
|
|
|
value: "1"
|
|
|
- name: ERROR_BASE_CODE_MULTIPLE
|
|
|
value: "1000"
|
|
|
- name: ENABLE_KAFKA_LOG
|
|
|
value: "false"
|
|
|
- name: USER_MODULE_HOST
|
|
|
value: "http://allied-creation-user-dev.fjmaimaimai.com"
|
|
|
- name: REDIS_HOST
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: redis.ip
|
|
|
- name: REDIS_PORT
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: redis.port
|
|
|
- name: POSTGRESQL_DB_NAME
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: postgresqlalliedcreationcooperation.dbname
|
|
|
- name: POSTGRESQL_USER
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: postgresql.user
|
|
|
- name: POSTGRESQL_PASSWORD
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: postgresql.password
|
|
|
- name: POSTGRESQL_HOST
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: postgresql.host
|
|
|
- name: POSTGRESQL_PORT
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: postgresql.port
|
|
|
volumes:
|
|
|
- name: accesslogs
|
|
|
emptyDir: {} |
|
|
\ No newline at end of file |
...
|
...
|
|