feat: Allow custom paths for server ingress (#317)
This commit is contained in:
parent
1135b1ef18
commit
46e08b1fe8
3 changed files with 13 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue