Merge branch 'include-correct-tls-example-settings' into 'master'

Include correct tls example settings

See merge request openappstack/admin-frontend!3
This commit is contained in:
Varac 2021-10-18 07:59:56 +00:00
commit 88a4367b64

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