Skip to content

Commit f071882

Browse files
authored
Add PostgreSQL secret configuration
1 parent 26e036c commit f071882

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

k8s/portfolio/postgres/secret.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: v1
2+
kind: Secret
3+
metadata:
4+
name: postgres-secret
5+
type: Opaque
6+
stringData:
7+
POSTGRES_DB: app
8+
POSTGRES_USER: postgres
9+
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)