mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(app): don't attach all ingresses to app [EE-5686] (#10537)
This commit is contained in:
parent
26036c05f2
commit
47fa1626c6
4 changed files with 9 additions and 9 deletions
|
@ -284,7 +284,7 @@ class KubernetesApplicationConverter {
|
|||
res.ApplicationType = app.ApplicationType;
|
||||
res.ResourcePool = _.find(resourcePools, ['Namespace.Name', app.ResourcePool]);
|
||||
res.Name = app.Name;
|
||||
res.Services = KubernetesApplicationHelper.generateServicesFormValuesFromServices(app);
|
||||
res.Services = KubernetesApplicationHelper.generateServicesFormValuesFromServices(app, ingresses);
|
||||
res.Selector = KubernetesApplicationHelper.generateSelectorFromService(app);
|
||||
res.StackName = app.StackName;
|
||||
res.ApplicationOwner = app.ApplicationOwner;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue