Commit 5ea58276 by Bill Maxwell

Magento tweaks

parent 3c27cf4a
......@@ -4,6 +4,4 @@
## Introduction
This chart bootstraps a [Magento](https://github.com/bitnami/bitnami-docker-magento) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which is required for bootstrapping a MariaDB deployment as a database for the Magento application.
This chart bootstraps a [Magento](https://github.com/bitnami/bitnami-docker-magento) deployment and includes the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) to serve as the database backend for the Magento application.
......@@ -3,14 +3,14 @@ categories:
questions:
- variable: defaultImage
default: "true"
description: "Use default Docker image"
label: Use Default Image
description: "Use default Docker images"
label: Use Default Images
type: boolean
show_subquestion_if: false
subquestions:
- variable: image.registry
default: "docker.io"
description: "Magento image registry "
description: "Magento image registry"
type: string
label: Magento Image Registry
- variable: image.repository
......@@ -22,7 +22,7 @@ questions:
default: "2.2.3"
description: "Magento image tag"
type: string
label: Image Tag
label: Magento Image Tag
- variable: magentoHost
default: ""
description: "Magento host to create application URLs"
......@@ -31,7 +31,7 @@ questions:
required: true
- variable: magentoUsername
default: "user"
description: "User of the application"
description: "Username for the application"
type: string
label: Magento Username
required: true
......@@ -39,7 +39,7 @@ questions:
default: ""
description: "Application password(defualt random 10 character long alphanumeric string if not set)"
type: password
label: Magento Password
label: Magento User Password
- variable: magentoEmail
default: "user@example.com"
description: "Admin email"
......@@ -79,14 +79,14 @@ questions:
default: ""
description: "Existing username in the external DB"
type: string
label: External Database username
label: External Database Username
show_if: "mariadb.enabled=false"
required: true
- variable: externalDatabase.password
default: ""
description: "external database password"
description: "External database password"
type: password
label: External Database password
label: External Database Password
show_if: "mariadb.enabled=false"
required: true
- variable: externalDatabase.database
......@@ -120,7 +120,7 @@ questions:
required: true
- variable: mariadb.persistence.storageClass
default: ""
description: "If unndefined or set to null, using the default storage class."
description: "If unndefined or set to null, using the default StorageClass."
type: storageclass
label: Storage Class for MariaDB
- variable: serviceType
......@@ -135,7 +135,7 @@ questions:
label: Magento Service Type
- variable: magentoLoadBalancerIP
default: ""
description: "loadBalancerIP for the magento ServiceMagento Service type"
description: "Load Balancer IP for the Magento ServiceMagento Service type"
type: string
required: true
show_if: "serviceType=LoadBalancer"
......@@ -151,7 +151,7 @@ questions:
label: Magento Mode
- variable: persistence.enabled
default: "false"
description: "Enable persistent volume for magento and apache"
description: "Enable persistent volume for Magento and Apache"
type: boolean
required: true
label: Magento Persistent Volume Enabled
......@@ -159,23 +159,23 @@ questions:
subquestions:
- variable: persistence.magento.size
default: "8Gi"
description: "Persistent Volume Size"
description: "Persistent volume size"
type: string
required: true
label: Magento Persistent Volume Size
- variable: persistence.magento.storageClass
default: ""
description: "If unndefined or set to null, using the default storageClass. default to null"
description: "If undefined or set to null, using the default StorageClass. Defaults to null."
type: storageclass
label: Storage Class for Magento
- variable: persistence.apache.size
default: "1Gi"
description: "Persistent Volume Size"
description: "Persistent volume size"
required: true
type: string
label: Apache Persistent Volume Size
- variable: persistence.apache.storageClass
default: ""
description: "If unndefined or set to null, using the default storageClass. default to null"
description: "If undefined or set to null, using the default StorageClass. Defaults to null."
type: storageclass
label: Storage Class for Apache
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