no message

This commit is contained in:
Kjeld Schouten 2024-02-13 13:35:58 +01:00
parent 414e5c34f9
commit caca9f28b4
2 changed files with 13 additions and 3 deletions

View File

@ -5,7 +5,7 @@ portals:
questions:
# Include{global}
# Include{serviceRoot}
- variable: main
- variable: kubeapps
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
@ -14,7 +14,7 @@ questions:
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
- variable: kubeapps
label: "Main Service Port Configuration"
schema:
additional_attrs: true

View File

@ -15,13 +15,23 @@ workload:
service:
main:
enabled: false
ports:
main:
enabled: false
kubeapps:
enabled: true
primary: true
expandObjectName: false
labels:
truecharts.org/flagged: "true"
selectorLabels:
app.kubernetes.io/component: frontend
truecharts.org/kahack: frontend
ports:
main:
kubeapps:
enabled: true
primary: true
port: 8080
targetPort: 8080