Initial commit: k8s cluster manifests and scripts
This commit is contained in:
10
apps/postgres/manifests/postgres-secret.yaml
Normal file
10
apps/postgres/manifests/postgres-secret.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: postgres-secret
|
||||
type: Opaque
|
||||
stringData:
|
||||
POSTGRES_DB: mydb
|
||||
POSTGRES_USER: myuser
|
||||
POSTGRES_PASSWORD: mypassword
|
||||
|
||||
Reference in New Issue
Block a user