Added postgres database to production and staging
This commit is contained in:
10
manifests/stage/postgres-secret.yaml
Normal file
10
manifests/stage/postgres-secret.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: postgres-secret
|
||||
namespace: stage
|
||||
type: Opaque
|
||||
stringData:
|
||||
POSTGRES_DB: appdb
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: password
|
||||
Reference in New Issue
Block a user