apply changes from my own review

This commit is contained in:
Maarten de Waard 2022-04-04 14:32:58 +02:00
parent 6ef56651fe
commit 6de627e44a
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
4 changed files with 4 additions and 28 deletions

View file

@ -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: