Skip to content
Snippets Groups Projects
Commit 9322f6fe authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

add postgres installation

parent ea300161
No related branches found
No related tags found
No related merge requests found
defaultNamespace: database
helm:
releaseName: postgresql-ha
releaseName: postgresql
repo: https://charts.bitnami.com/bitnami
chart: postgresql-ha
version: 11.9.3
chart: postgresql
version: 12.11.1
values:
pgpool:
customUsersSecret: "pgpool-customusers"
existingSecret: "pgpool-auth"
auth:
existingSecret: "postgresql-auth"
primary:
nodeSelector:
worker: "true"
podAnnotations:
proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }'
replicaCount: 3
postgresql:
existingSecret: "postgresql-ha-auth"
nodeSelector:
worker: "true"
podAnnotations:
proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true }'
replicaCount: 3
dependsOn:
- name: istio
- name: cinder-csi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment