Skip to content
Snippets Groups Projects
Commit 88a4367b authored by Varac's avatar Varac
Browse files

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

Include correct tls example settings

See merge request openappstack/admin-frontend!3
parents 95a05492 636bc709
No related branches found
No related tags found
1 merge request!3Include correct tls example settings
Pipeline #9336 passed with stages
in 2 minutes and 47 seconds
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment