questions.yaml update
This commit is contained in:
parent
d4ba123a8f
commit
6043696e24
1 changed files with 21 additions and 5 deletions
|
|
@ -2,10 +2,26 @@ groups:
|
|||
- name: "Network"
|
||||
description: "Specify Network settings"
|
||||
questions:
|
||||
- variable: service.port
|
||||
label: "External Port"
|
||||
description: "Port for exposing the service"
|
||||
- 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: 10037
|
||||
required: true
|
||||
- variable: type
|
||||
label: "Type"
|
||||
description: "Network Type"
|
||||
schema:
|
||||
type: string
|
||||
default: "ClusterIP"
|
||||
enum:
|
||||
- value: "ClusterIP"
|
||||
description: "NodePort Mode"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue