updated chart version

This commit is contained in:
Hendrik Leidinger 2023-11-19 20:27:44 +01:00
parent e1544db246
commit d1a7a546e2
11 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,29 @@
groups:
- name: "Network"
description: "Specify Network settings"
questions:
- variable: service
label: "Service"
description: "Service configuration"
group: "Network"
schema:
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 32001
required: true
- variable: type
label: "Type"
description: "Network Type"
schema:
type: string
default: "NodePort"
enum:
- value: "NodePort"
description: "NodePort Mode"
- value: "ClusterIP"
description: "ClusterIP Mode"