c86526cfbc
This patch set provides capability to enable TLS termination for the MariaDB chart. This will be used by the follow on patches in OSH services patches. Co-authored-by: Tin Lam <tin@irrational.io> Co-authored-by: sgupta <sg774j@att.com> Change-Id: I5ebc8db58c0aa7b4e9eb0b5c671b280250d3cd1f
24 lines
459 B
YAML
24 lines
459 B
YAML
---
|
|
pod:
|
|
security_context:
|
|
server:
|
|
container:
|
|
perms:
|
|
readOnlyRootFilesystem: false
|
|
mariadb:
|
|
runAsUser: 0
|
|
allowPrivilegeEscalation: true
|
|
readOnlyRootFilesystem: false
|
|
endpoints:
|
|
oslo_db:
|
|
host_fqdn_override:
|
|
default:
|
|
tls:
|
|
secretName: mariadb-tls-direct
|
|
issuerRef:
|
|
name: ca-issuer
|
|
kind: Issuer
|
|
manifests:
|
|
certificates: true
|
|
...
|