Update questions.yaml

This commit is contained in:
Kjeld Schouten-Lebbing 2022-01-28 00:23:21 +01:00 committed by GitHub
parent 0aa6704ae2
commit 01ad57a2fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 56 deletions

View File

@ -783,62 +783,6 @@ questions:
label: "Redirect to Entrypoint"
schema:
type: string
- variable: metrics
label: "metrics Service"
description: "The metrics Entrypoint service"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: metrics
label: "metrics Entrypoints Configurations"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9100
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: "Port Type"
schema:
type: string
default: "HTTP"
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
- variable: targetPort
label: "Target Port"
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 9100
- variable: ingress
label: ""
group: "Ingress"