Added postgres database to production and staging

This commit is contained in:
Henrik Corneliussen
2026-05-08 16:54:29 +02:00
parent 0fa18ecf4f
commit 0706172e5e
5 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Secret
metadata:
name: postgres-secret
namespace: prod
type: Opaque
stringData:
POSTGRES_DB: appdb
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password