...
|
...
|
@@ -52,6 +52,31 @@ spec: |
|
|
- mountPath: /opt/logs
|
|
|
name: accesslogs
|
|
|
env:
|
|
|
- name: POSTGRESQL_DB_NAME
|
|
|
valueFrom:
|
|
|
configMapKeyRef:
|
|
|
name: suplus-config
|
|
|
key: postgresqlalliedcreation.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
|
|
|
- name: LOG_LEVEL
|
|
|
value: "debug"
|
|
|
- name: ERROR_BASE_CODE
|
...
|
...
|
|