Skip to content
Snippets Groups Projects
Verified Commit 636bc709 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

include correct tls example settings

parent 95a05492
No related branches found
No related tags found
1 merge request!3Include correct tls example settings
Pipeline #8937 passed with stages
in 2 minutes and 51 seconds
...@@ -8,5 +8,10 @@ backend: ...@@ -8,5 +8,10 @@ backend:
ingress: ingress:
enabled: true enabled: true
certManager: true
hostname: dashboard.oas.example.com 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