mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(ingress): remove ingresses from add and edit application EE-4206 (#7677)
This commit is contained in:
parent
c384d834f5
commit
fcb76f570e
7 changed files with 31 additions and 103 deletions
|
@ -25,6 +25,7 @@ export class KubernetesIngressConverter {
|
|||
ingRule.IP = data.status.loadBalancer.ingress ? data.status.loadBalancer.ingress[0].ip : undefined;
|
||||
ingRule.Port = path.backend.service.port.number;
|
||||
ingRule.Path = path.path;
|
||||
ingRule.TLS = data.spec.tls;
|
||||
return ingRule;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue