mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
fix(ingress): fixed hostname field when having multiple ingresses EE-1072 (#5273)
This commit is contained in:
parent
340805f880
commit
d48f6bd02c
5 changed files with 10 additions and 5 deletions
|
@ -124,6 +124,7 @@ export function KubernetesApplicationPublishedPortFormValue() {
|
|||
IngressName: undefined,
|
||||
IngressRoute: undefined,
|
||||
IngressHost: undefined,
|
||||
IngressHosts: [],
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue