|
|
|
@ -113,10 +113,10 @@ questions:
|
|
|
|
subquestions:
|
|
|
|
subquestions:
|
|
|
|
- variable: server.ingress.hosts[0]
|
|
|
|
- variable: server.ingress.hosts[0]
|
|
|
|
default: ""
|
|
|
|
default: ""
|
|
|
|
description: "Prometheus server ingress hostname (host.domain/prometheus)"
|
|
|
|
description: "Prometheus server ingress hostname (hostname or hostname/path ex: cluster.local/prometheus)"
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
label: Hostname
|
|
|
|
label: Hostname & path
|
|
|
|
- variable: server.service.type
|
|
|
|
- variable: server.service.type
|
|
|
|
default: "ClusterIP"
|
|
|
|
default: "ClusterIP"
|
|
|
|
description: "Server service type"
|
|
|
|
description: "Server service type"
|
|
|
|
@ -132,7 +132,7 @@ questions:
|
|
|
|
show_subquestion_if: "NodePort"
|
|
|
|
show_subquestion_if: "NodePort"
|
|
|
|
subquestions:
|
|
|
|
subquestions:
|
|
|
|
- variable: server.service.nodePort
|
|
|
|
- variable: server.service.nodePort
|
|
|
|
default: ""
|
|
|
|
default: null
|
|
|
|
description: "NodePort http port(to set explicitly, choose port between 30000-32767)"
|
|
|
|
description: "NodePort http port(to set explicitly, choose port between 30000-32767)"
|
|
|
|
type: int
|
|
|
|
type: int
|
|
|
|
min: 30000
|
|
|
|
min: 30000
|
|
|
|
|