Commit 3d5ee1b9 by Guangbo Chen

rename the service and LB group name

parent 8819477e
......@@ -134,7 +134,7 @@ questions:
- variable: serviceType
default: "ClusterIP"
description: "Magento Service type"
group: "Magento Settings"
group: "Services and Load Balancing"
type: enum
options:
- "ClusterIP"
......
......@@ -70,7 +70,7 @@ questions:
label: MariaDB Service Type
# show_if: "ingress.enabled=false"
show_subquestion_if: "NodePort"
group: "MariaDB Settings"
group: "Services and Load Balancing"
subquestions:
- variable: service.nodePort
default: ""
......@@ -112,7 +112,7 @@ questions:
# type: boolean
# label: Expose app using Layer 7 Load Balancer
# show_subquestion_if: true
# group: "Layer 7 Load Balancer"
# group: "Services and Load Balancing"
# subquestions:
# - variable: ingress.host
# default: "xip.io"
......
......@@ -50,7 +50,7 @@ questions:
default: "ClusterIP"
description: "MongoDB K8s Service type"
type: enum
group: "MongoDB Settings"
group: "Services and Load Balancing"
options:
- "ClusterIP"
- "NodePort"
......@@ -92,7 +92,7 @@ questions:
# type: boolean
# label: Expose app using Layer 7 Load Balancer
# show_subquestion_if: true
# group: "Layer 7 Load Balancer"
# group: "Services and Load Balancing"
# subquestions:
# - variable: ingress.host
# default: "xip.io"
......
......@@ -71,7 +71,7 @@ questions:
default: "ClusterIP"
description: "MySQL K8s Service type"
type: enum
group: "MySQL Settings"
group: "Services and Load Balancing"
options:
- "ClusterIP"
- "NodePort"
......@@ -93,7 +93,7 @@ questions:
# type: boolean
# label: Expose app using Layer 7 Load Balancer
# show_subquestion_if: true
# group: "Layer 7 Load Balancer"
# group: "Services and Load Balancing"
# subquestions:
# - variable: ingress.host
# default: "xip.io"
......
categories:
- Monitoring
questions:
# Docker image configurations
- variable: defaultImage
......
......@@ -73,11 +73,6 @@ questions:
description: "Persistent volume size"
type: string
label: Persistent Volume Size
- variable: master.persistence.path
default: "/redis/data"
description: "Persistent volume path"
type: string
label: Persistent Volume Path
- variable: master.persistence.storageClass
default: ""
description: "If undefined or null, uses the default StorageClass. Defaults to null."
......@@ -89,7 +84,7 @@ questions:
# type: boolean
# label: Expose app using Layer 7 Load Balancer
# show_subquestion_if: true
# group: "Layer 7 Load Balancer"
# group: "Services and Load Balancing"
# subquestions:
# - variable: ingress.host
# default: "xip.io"
......@@ -101,7 +96,7 @@ questions:
default: "ClusterIP"
description: "Redis slave service type"
type: enum
group: "Redis Slave Settings"
group: "Services and Load Balancing"
options:
- "ClusterIP"
- "NodePort"
......@@ -121,7 +116,7 @@ questions:
default: "ClusterIP"
description: "Redis master service type"
type: enum
group: "Redis Master Settings"
group: "Services and Load Balancing"
options:
- "ClusterIP"
- "NodePort"
......
......@@ -160,7 +160,7 @@ questions:
required: true
label: WordPress Service Type
show_subquestion_if: "NodePort"
group: "WordPress Settings"
group: "Services and Load Balancing"
subquestions:
- variable: nodePorts.http
default: ""
......@@ -182,7 +182,7 @@ questions:
type: boolean
label: Expose app using Layer 7 Load Balancer
show_subquestion_if: true
group: "Layer 7 Load Balancer"
group: "Services and Load Balancing"
subquestions:
- variable: ingress.hosts[0].name
default: "xip.io"
......
......@@ -42,52 +42,11 @@ questions:
description: "longhorn uiTag image tag"
type: string
label: Longhorn UI Image Tag
- variable: service.ui.type
default: "ClusterIP"
description: "Define Longhorn UI service type"
type: enum
options:
- "ClusterIP"
- "NodePort"
- "LoadBalancer"
label: Longhorn UI Service
show_if: "ingress.enabled=false"
group: "Longhorn Settings"
- variable: service.ui.nodePort
default: ""
description: "NodePort port number(to set explicitly, choose port between 30000-32767)"
type: int
min: 30000
max: 32767
show_if: "service.ui.type=NodePort"
label: UI Service NodePort number
group: "Longhorn Settings"
- variable: service.manager.type
default: "ClusterIP"
description: "Define Longhorn manager service type"
type: enum
options:
- "ClusterIP"
- "NodePort"
label: Longhorn Manager Service
show_subquestion_if: "NodePort"
group: "Longhorn Settings"
subquestions:
- variable: service.manager.nodePort
default: ""
description: "NodePort port number(to set explicitly, choose port between 30000-32767)"
type: int
min: 30000
max: 32767
label: Manager Service NodePort number
- variable: persistence.defaultClass
default: "true"
description: "Set as default StorageClass"
group: "Longhorn Settings"
type: enum
options:
- "true"
- "false"
type: boolean
required: true
label: Default Storage Class
- variable: persistence.flexvolumePath
......@@ -100,7 +59,7 @@ questions:
default: "true"
description: "Expose app using Layer 7 Load Balancer - ingress"
type: boolean
group: "Layer 7 Load Balancer"
group: "Services and Load Balancing"
label: Expose app using Layer 7 Load Balancer
show_subquestion_if: true
subquestions:
......@@ -110,3 +69,23 @@ questions:
type: hostname
required: true
label: Layer 7 Load Balancer Hostname
- variable: service.ui.type
default: "ClusterIP"
description: "Define Longhorn UI service type"
type: enum
options:
- "ClusterIP"
- "NodePort"
label: Longhorn UI Service
show_if: "ingress.enabled=false"
group: "Services and Load Balancing"
show_subquestion_if: "NodePort"
subquestions:
- variable: service.ui.nodePort
default: ""
description: "NodePort port number(to set explicitly, choose port between 30000-32767)"
type: int
min: 30000
max: 32767
show_if: "service.ui.type=NodePort"
label: UI Service NodePort number
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment