include correct tls example settings

This commit is contained in:
Maarten de Waard 2021-10-13 14:29:41 +02:00
parent 95a054925f
commit 636bc70984
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA

View file

@ -8,5 +8,10 @@ backend:
ingress:
enabled: true
certManager: true
hostname: dashboard.oas.example.com
# Get certificates with cert-manager
certManager: true
tls:
- hosts:
- dashboard.oas.example.com
secretName: oas-dashboard