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:
|
||||
name: reloading-cm
|
||||
data:
|
||||
DB_HOST: "postgress.postgres.svc.cluster.local"
|
||||
DB_HOST: "postgres.postgres.svc.cluster.local"
|
||||
DB_DATABASE: "loading"
|
||||
DB_USER: "loading"
|
||||
DB_PASSWORD: "loading"
|
||||
|
||||
Reference in New Issue
Block a user