matrix-ops/k8s/postgres
2024-11-08 10:20:48 +01:00
..
postgres-deployment.yaml Add postgres deployment for element 2024-11-07 10:59:04 +01:00
postgres-namespace.yaml Add postgres deployment for element 2024-11-07 10:59:04 +01:00
postgres-pvc.yaml Add postgres deployment for element 2024-11-07 10:59:04 +01:00
postgres-service.yaml Add postgres deployment for element 2024-11-07 10:59:04 +01:00
README.md new cluster added 2024-11-08 10:20:48 +01:00

Postgres password

To create the postgres password secret you can use the following command. kubectl apply -f postgres-namespace.yaml kubectl apply -f postgres-pvc.yaml kubectl create secret generic postgres-secret --from-literal=postgres-password=xxXxXxX -n postgres kubectl apply -f postgres-deployment.yaml kubectl apply -f postgres-service.yaml