- Update the configmap and deployment mainifest to configure the postgres environment
variable properly
Issue-ID: AIMLFW-167
Change-Id: I65e0d7c11cb7b6cd1f4809f60a194c84df393c68
Signed-off-by: gyuyoung <gyoue200125@gmail.com>
MODEL_FILE_POSTFIX: _model.zip
INFO_FILE_POSTFIX: _info.json
LOG_FILE_NAME: mmes.log
+ PG_USER: postgres
+ PG_HOST: tm-db-postgresql
+ PG_PORT: "5432"
+ PG_DBNAME: training_manager_database
\ No newline at end of file
secretKeyRef:
name: leofs-secret
key: password
+ - name: PG_PASSWORD
+ valueFrom:
+ secretKeyRef:
+ key: postgres-password
+ name: tm-db-postgresql
\ No newline at end of file