diff --git a/postgres-deployment.yml b/postgres-deployment.yml index cd367fd..6d6e419 100644 --- a/postgres-deployment.yml +++ b/postgres-deployment.yml @@ -21,5 +21,10 @@ spec: containers: - name: postgres image: postgres:9.4 + env: + - name: POSTGRES_PASSWORD + value: postgres + - name: POSTGRES_USER + value: postgres ports: - - containerPort: 5432 \ No newline at end of file + - containerPort: 5432