apply changes from my own review
This commit is contained in:
parent
6ef56651fe
commit
6de627e44a
4 changed files with 4 additions and 28 deletions
|
|
@ -270,7 +270,7 @@ backend:
|
|||
adminUrl: http://single-sign-on-hydra-admin:4445
|
||||
|
||||
# Public URL of login panel
|
||||
publicUrl: https://dashboard.stackspin.example.org/web/
|
||||
loginPanelUrl: https://dashboard.stackspin.example.org/web/
|
||||
databaseUrl: mysql+pymysql://stackspin:stackspin@single-sign-on-database-mariadb/stackspin
|
||||
|
||||
## Kubernetes service configuration. For minikube, set this to NodePort, elsewhere use LoadBalancer or ClusterIP
|
||||
|
|
@ -676,12 +676,6 @@ ingress:
|
|||
## You can use the ingress.secrets parameter to create this TLS secret or relay on cert-manager to create it
|
||||
##
|
||||
tls: false
|
||||
## @param ingress.extraHosts The list of additional hostnames to be covered with this ingress record.
|
||||
## Most likely the hostname above will be enough, but in the event more hosts are needed, this is an array
|
||||
## extraHosts:
|
||||
## - name: dashboard.local
|
||||
## path: /
|
||||
extraHosts: []
|
||||
## @param ingress.extraTls The tls configuration for additional hostnames to be covered with this ingress record.
|
||||
## see: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls
|
||||
## extraTls:
|
||||
|
|
|
|||
Reference in a new issue