作者 Administrator

更新 allied-creation-cooperation.yaml

@@ -58,6 +58,41 @@ spec: @@ -58,6 +58,41 @@ spec:
58 value: "1" 58 value: "1"
59 - name: ERROR_BASE_CODE_MULTIPLE 59 - name: ERROR_BASE_CODE_MULTIPLE
60 value: "1000" 60 value: "1000"
  61 + - name: REDIS_HOST
  62 + valueFrom:
  63 + configMapKeyRef:
  64 + name: suplus-config
  65 + key: redis.ip
  66 + - name: REDIS_PORT
  67 + valueFrom:
  68 + configMapKeyRef:
  69 + name: suplus-config
  70 + key: redis.port
  71 + - name: POSTGRESQL_DB_NAME
  72 + valueFrom:
  73 + configMapKeyRef:
  74 + name: suplus-config
  75 + key: postgresqlalliedcreationcooperation.dbname
  76 + - name: POSTGRESQL_USER
  77 + valueFrom:
  78 + configMapKeyRef:
  79 + name: suplus-config
  80 + key: postgresql.user
  81 + - name: POSTGRESQL_PASSWORD
  82 + valueFrom:
  83 + configMapKeyRef:
  84 + name: suplus-config
  85 + key: postgresql.password
  86 + - name: POSTGRESQL_HOST
  87 + valueFrom:
  88 + configMapKeyRef:
  89 + name: suplus-config
  90 + key: postgresql.host
  91 + - name: POSTGRESQL_PORT
  92 + valueFrom:
  93 + configMapKeyRef:
  94 + name: suplus-config
  95 + key: postgresql.port
61 volumes: 96 volumes:
62 - name: accesslogs 97 - name: accesslogs
63 emptyDir: {} 98 emptyDir: {}