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