Merge branch 'master' into s3-rolearn-and-usesdkcreds
This commit is contained in:
commit
88f5ae4d3a
2 changed files with 12 additions and 0 deletions
|
@ -24,6 +24,13 @@ spec:
|
|||
- host: {{ . }}
|
||||
http:
|
||||
paths:
|
||||
{{- if $.Values.server.ingress.paths }}
|
||||
{{- range $.Values.server.ingress.paths }}
|
||||
- backend:
|
||||
serviceName: {{ .serviceName }}
|
||||
servicePort: {{ .servicePort }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
- backend:
|
||||
serviceName: {{ $serviceName }}
|
||||
servicePort: {{ $servicePort }}
|
||||
|
|
|
@ -168,6 +168,11 @@ server:
|
|||
# hosts:
|
||||
# - argo.domain.com
|
||||
|
||||
## Additional Paths for each host
|
||||
# paths:
|
||||
# - serviceName: "ssl-redirect"
|
||||
# servicePort: "use-annotation"
|
||||
|
||||
## TLS configuration.
|
||||
## Secrets must be manually created in the namespace.
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue