Set an explicit username/password for Postgres in the swarm and k8s files too
This commit is contained in:
@ -18,6 +18,11 @@ spec:
|
||||
containers:
|
||||
- image: postgres:9.4
|
||||
name: postgres
|
||||
env:
|
||||
- name: POSTGRES_USER
|
||||
value: postgres
|
||||
- name: POSTGRES_PASSWORD
|
||||
value: postgres
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
name: postgres
|
||||
|
Reference in New Issue
Block a user