fix(apps): remove portals and ingress when main service is disabled (#1529)

This commit is contained in:
Stavros Kois
2021-12-13 19:32:46 +01:00
committed by GitHub
parent 9de89eab30
commit 378ae2693e
10 changed files with 14 additions and 277 deletions
+1 -24
View File
@@ -1,28 +1,6 @@
# Include{groups}
portals:
web_portal:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
host:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$kubernetes-resource_configmap_portal_port"
portals: {}
questions:
- variable: portal
group: "Container Image"
label: "Configure Portal Button"
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: "Enable"
description: "enable the portal button"
schema:
hidden: true
editable: false
type: boolean
default: true
# Include{global}
- variable: controller
group: "Controller"
@@ -156,7 +134,6 @@ questions:
# Include{containerConfig}
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"