include correct tls example settings
This commit is contained in:
parent
95a054925f
commit
636bc70984
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue