updated chart version
This commit is contained in:
parent
e1544db246
commit
d1a7a546e2
11 changed files with 0 additions and 0 deletions
29
charts/vp-web/0.1.1/questions.yaml
Normal file
29
charts/vp-web/0.1.1/questions.yaml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue