openstack-helm-infra/postgresql/values_overrides/tls.yaml
anthony.bellino ce9d420ee5 Add tls to Postgresql
This PS provides the capability to enable tls for the
Postgresql chart.

Change-Id: Ie1ebd693dbf23f98bef832e3c57defe3a4e026bd
2021-02-08 16:52:01 +00:00

27 lines
509 B
YAML

---
conf:
postgresql:
ssl: 'on'
pod:
security_context:
server:
container:
perms:
readOnlyRootFilesystem: false
postgresql:
runAsUser: 0
allowPrivilegeEscalation: true
readOnlyRootFilesystem: false
endpoints:
postgresql:
host_fqdn_override:
default:
tls:
secretName: postgresql-tls-direct
issuerRef:
name: ca-issuer
kind: ClusterIssuer
manifests:
certificates: true
...