11 lines
267 B
YAML
11 lines
267 B
YAML
groups:
|
|
- name: "Network"
|
|
description: "Specify Network settings"
|
|
questions:
|
|
- variable: service.port
|
|
label: "External Port"
|
|
description: "Port for exposing the service"
|
|
group: "Network"
|
|
schema:
|
|
type: int
|
|
required: true
|