create postgresql deployment
This commit is contained in:
11
ansible-5/roles/prod.k3s/files/postgres/values.yaml
Normal file
11
ansible-5/roles/prod.k3s/files/postgres/values.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# values for PostgreSQL
|
||||
|
||||
image:
|
||||
repository: bitnami/postgresql
|
||||
tag: 15.1.0-debian-11-r12
|
||||
|
||||
auth:
|
||||
database: test
|
||||
username: "test"
|
||||
existingSecret: postgres-secrets
|
||||
Reference in New Issue
Block a user