201 lines
6.0 KiB
YAML
201 lines
6.0 KiB
YAML
questions:
|
|
#image configurations
|
|
- variable: registry
|
|
default: "registry.neuvector.com"
|
|
description: image registry
|
|
type: string
|
|
label: Image Registry
|
|
group: "Container Images"
|
|
- variable: oem
|
|
default: ""
|
|
description: OEM release name
|
|
type: string
|
|
label: OEM name
|
|
group: "Container Images"
|
|
- variable: tag
|
|
default: "4.4.3"
|
|
description: image tag for controller enforcer manager
|
|
type: string
|
|
label: Image Tag
|
|
group: "Container Images"
|
|
- variable: imagePullSecrets
|
|
default: ""
|
|
description: secret name to pull image
|
|
type: string
|
|
label: Image Pull Secrets
|
|
group: "Container Images"
|
|
- variable: controller.image.repository
|
|
default: "neuvector/controller"
|
|
description: controller image repository
|
|
type: string
|
|
label: Controller image path
|
|
group: "Container Images"
|
|
- variable: manager.image.repository
|
|
default: "neuvector/manager"
|
|
description: manager image repository
|
|
type: string
|
|
label: Manager image path
|
|
group: "Container Images"
|
|
- variable: enforcer.image.repository
|
|
default: "neuvector/enforcer"
|
|
description: enforcer image repository
|
|
type: string
|
|
label: Enforcer image path
|
|
group: "Container Images"
|
|
- variable: cve.scanner.image.repository
|
|
default: "neuvector/scanner"
|
|
description: scanner image repository
|
|
type: string
|
|
label: Scanner image path
|
|
group: "Container Images"
|
|
- variable: cve.updater.image.repository
|
|
default: "neuvector/updater"
|
|
description: cve updater image repository
|
|
type: string
|
|
label: CVE Updater image path
|
|
group: "Container Images"
|
|
#Container Runtime configurations
|
|
- variable: docker.enabled
|
|
default: true
|
|
description: Docker runtime. Enable only one runtime.
|
|
type: boolean
|
|
label: Docker Runtime
|
|
show_subquestion_if: true
|
|
group: "Container Runtime"
|
|
subquestions:
|
|
- variable: docker.path
|
|
default: "/var/run/docker.sock"
|
|
description: "Docker Runtime Path"
|
|
type: string
|
|
label: Runtime Path
|
|
- variable: containerd.enabled
|
|
default: "false"
|
|
description: Containerd runtime. Enable only one runtime.
|
|
type: boolean
|
|
label: Containerd Runtime
|
|
show_subquestion_if: true
|
|
group: "Container Runtime"
|
|
subquestions:
|
|
- variable: containerd.path
|
|
default: " /var/run/containerd/containerd.sock"
|
|
description: "Containerd Runtime Path"
|
|
type: string
|
|
label: Runtime Path
|
|
- variable: crio.enabled
|
|
default: "false"
|
|
description: Crio runtime. Enable only one runtime.
|
|
type: boolean
|
|
label: Crio Runtime
|
|
show_subquestion_if: true
|
|
group: "Container Runtime"
|
|
subquestions:
|
|
- variable: crio.path
|
|
default: "/var/run/crio/crio.sock"
|
|
description: "Crio Runtime Path"
|
|
type: string
|
|
label: Runtime Path
|
|
#storage configurations
|
|
- variable: controller.pvc.enabled
|
|
default: false
|
|
description: If true, enable persistence for controller using PVC
|
|
type: boolean
|
|
label: PVC status
|
|
group: "PVC Configuration"
|
|
- variable: controller.pvc.storageClass
|
|
default: ""
|
|
description: Storage Class to be used
|
|
type: string
|
|
label: Storage Class Name
|
|
group: "PVC Configuration"
|
|
#ingress configurations
|
|
- variable: manager.ingress.enabled
|
|
default: false
|
|
description: If true, create ingress, must also set ingress host value
|
|
type: boolean
|
|
label: Manager ingress status
|
|
group: "Ingress Configuration"
|
|
- variable: manager.ingress.host
|
|
default: ""
|
|
description: Must set this host value if ingress is enabled
|
|
type: string
|
|
label: Manager Ingress host
|
|
group: "Ingress Configuration"
|
|
- variable: manager.ingress.path
|
|
default: "/"
|
|
description: Set ingress path
|
|
type: string
|
|
label: Manager Ingress path
|
|
group: "Ingress Configuration"
|
|
- variable: manager.ingress.annotations
|
|
default: "{}"
|
|
description: Add annotations to ingress to influence behavior. Please use the 'Edit as YAML' feature in the Rancher UI to add single or multiple lines of annotation.
|
|
type: string
|
|
label: Manager Ingress annotations
|
|
group: "Ingress Configuration"
|
|
- variable: controller.ingress.enabled
|
|
default: false
|
|
description: If true, create ingress for rest api, must also set ingress host value
|
|
type: boolean
|
|
label: Controller ingress status
|
|
group: "Ingress Configuration"
|
|
- variable: controller.ingress.host
|
|
default: ""
|
|
description: Must set this host value if ingress is enabled
|
|
type: string
|
|
label: Controller Ingress host
|
|
group: "Ingress Configuration"
|
|
- variable: controller.ingress.path
|
|
default: "/"
|
|
description: Set ingress path
|
|
type: string
|
|
label: Controller Ingress path
|
|
group: "Ingress Configuration"
|
|
- variable: controller.ingress.annotations
|
|
default: "{}"
|
|
description: Add annotations to ingress to influence behavior. Please use the 'Edit as YAML' feature in the Rancher UI to add single or multiple lines of annotation.
|
|
type: string
|
|
label: Controller Ingress annotations
|
|
group: "Ingress Configuration"
|
|
#service configurations
|
|
- variable: manager.svc.type
|
|
default: "NodePort"
|
|
description: Set manager service type for native Kubernetes
|
|
type: enum
|
|
label: Manager service type
|
|
group: "Service Configuration"
|
|
options:
|
|
- "NodePort"
|
|
- "ClusterIP"
|
|
- "LoadBalancer"
|
|
- variable: controller.federation.mastersvc.type
|
|
default: ""
|
|
description: Multi-cluster master cluster service type. If specified, the deployment will be used to manage other clusters. Possible values include NodePort, LoadBalancer and Ingress
|
|
type: enum
|
|
label: Fed Master Service Type
|
|
group: "Service Configuration"
|
|
options:
|
|
- "NodePort"
|
|
- "Ingress"
|
|
- "LoadBalancer"
|
|
- variable: controller.federation.managedsvc.type
|
|
default: ""
|
|
description: Multi-cluster managed cluster service type. If specified, the deployment will be managed by the master clsuter. Possible values include NodePort, LoadBalancer and Ingress
|
|
type: enum
|
|
label: Fed Managed service type
|
|
group: "Service Configuration"
|
|
options:
|
|
- "NodePort"
|
|
- "Ingress"
|
|
- "LoadBalancer"
|
|
- variable: controller.apisvc.type
|
|
default: "NodePort"
|
|
description: Controller REST API service type
|
|
type: enum
|
|
label: Controller REST API Service Type
|
|
group: "Service Configuration"
|
|
options:
|
|
- "NodePort"
|
|
- "ClusterIP"
|
|
- "LoadBalancer"
|
|
|