35 lines
1.8 KiB
YAML
35 lines
1.8 KiB
YAML
- variable: advanced
|
|
label: Show Advanced Settings
|
|
schema:
|
|
type: boolean
|
|
default: false
|
|
show_subquestions_if: true
|
|
subquestions:
|
|
- variable: enabled
|
|
label: Enable the Port
|
|
schema:
|
|
type: boolean
|
|
hidden: true
|
|
default: true
|
|
- variable: protocol
|
|
label: Port Type
|
|
schema:
|
|
type: string
|
|
default: HTTPS
|
|
enum:
|
|
- value: HTTP
|
|
description: HTTP
|
|
- value: HTTPS
|
|
description: HTTPS
|
|
- value: TCP
|
|
description: TCP
|
|
- value: UDP
|
|
description: UDP
|
|
- variable: nodePort
|
|
label: Node Port (Optional)
|
|
description: This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer
|
|
schema:
|
|
type: int
|
|
min: 9000
|
|
max: 65535
|