You've already forked reloading-manager
update DB_HOST in configmap.yml to use service name
This commit is contained in:
@@ -3,7 +3,7 @@ kind: ConfigMap
|
|||||||
metadata:
|
metadata:
|
||||||
name: reloading-cm
|
name: reloading-cm
|
||||||
data:
|
data:
|
||||||
DB_HOST: "posgress.postgres.svc.cluster.local"
|
DB_HOST: "postgress.postgres.svc.cluster.local"
|
||||||
DB_DATABASE: "loading"
|
DB_DATABASE: "loading"
|
||||||
DB_USER: "loading"
|
DB_USER: "loading"
|
||||||
DB_PASSWORD: "loading"
|
DB_PASSWORD: "loading"
|
||||||
|
|||||||
Reference in New Issue
Block a user