ce9d420ee5
This PS provides the capability to enable tls for the Postgresql chart. Change-Id: Ie1ebd693dbf23f98bef832e3c57defe3a4e026bd
27 lines
509 B
YAML
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
|
|
...
|