Add Federator.ai v4.5.1.

Signed-off-by: CheeSiong.Lee <CheeSiong.Lee@ProphetStor.com>
pull/86/head
CheeSiong.Lee 2021-06-17 09:26:05 +08:00
parent 4bfef4e1dc
commit e572e73968
1 changed files with 11 additions and 0 deletions

View File

@ -12,11 +12,13 @@ questions:
default: "quay.io/prophetstor/federatorai-operator-ubi"
description: "Federator.ai Operator image name"
type: string
group: "Container Images"
label: Federator.ai Operator Image Name
- variable: image.tag
default: "v4.5.1-ga"
description: "Federator.ai Operator image tag"
type: string
group: "Container Images"
label: Federator.ai Operator Image Tag
#service configurations
- variable: federatorai.imageLocation
@ -24,24 +26,28 @@ questions:
description: "Service containers image location"
type: string
required: true
group: "Container Images"
label: Federator.ai imageLocation
- variable: federatorai.version
default: "v4.5.1-ga"
description: "Service containers version"
type: string
required: true
group: "Container Images"
label: Service Containers Image Tag
- variable: services.dashboardFrontend.nodePort
required: true
default: "31012"
description: "The port where the Federator.ai Dashboard listens to"
type: string
group: "Service Settings"
label: Federator.ai Dashboard Port
- variable: services.rest.nodePort
required: true
default: "31011"
description: "The port where the Federator.ai REST listens to"
type: string
group: "Service Settings"
label: Federator.ai REST Port
- variable: federatorai.persistence.enabled
default: true
@ -56,24 +62,29 @@ questions:
default: ""
description: "If undefined or set to null, using the default storageClass. Defaults to null."
type: storageclass
group: "PV Settings"
label: Storage Class for Federator.ai
- variable: federatorai.persistence.storages.logStorage.size
default: "2Gi"
description: "Log volume size"
type: string
group: "PV Settings"
label: Log Volume Size
- variable: federatorai.persistence.aiCore.dataStorage.size
default: "10Gi"
description: "AICore data volume Size"
type: string
group: "PV Settings"
label: AICore Data Volume Size
- variable: federatorai.persistence.influxdb.dataStorage.size
default: "100Gi"
description: "Influxdb data volume Size"
type: string
group: "PV Settings"
label: Influxdb Data Volume Size
- variable: federatorai.persistence.fedemeterInfluxdb.dataStorage.size
default: "10Gi"
description: "Fedemeter influxdb data volume Size"
type: string
group: "PV Settings"
label: Fedemeter Influxdb Data Volume Size