Commit 5ea58276 by Bill Maxwell

Magento tweaks

parent 3c27cf4a
...@@ -4,6 +4,4 @@ ...@@ -4,6 +4,4 @@
## Introduction ## 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. 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.
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.
...@@ -3,14 +3,14 @@ categories: ...@@ -3,14 +3,14 @@ categories:
questions: questions:
- variable: defaultImage - variable: defaultImage
default: "true" default: "true"
description: "Use default Docker image" description: "Use default Docker images"
label: Use Default Image label: Use Default Images
type: boolean type: boolean
show_subquestion_if: false show_subquestion_if: false
subquestions: subquestions:
- variable: image.registry - variable: image.registry
default: "docker.io" default: "docker.io"
description: "Magento image registry " description: "Magento image registry"
type: string type: string
label: Magento Image Registry label: Magento Image Registry
- variable: image.repository - variable: image.repository
...@@ -22,7 +22,7 @@ questions: ...@@ -22,7 +22,7 @@ questions:
default: "2.2.3" default: "2.2.3"
description: "Magento image tag" description: "Magento image tag"
type: string type: string
label: Image Tag label: Magento Image Tag
- variable: magentoHost - variable: magentoHost
default: "" default: ""
description: "Magento host to create application URLs" description: "Magento host to create application URLs"
...@@ -31,7 +31,7 @@ questions: ...@@ -31,7 +31,7 @@ questions:
required: true required: true
- variable: magentoUsername - variable: magentoUsername
default: "user" default: "user"
description: "User of the application" description: "Username for the application"
type: string type: string
label: Magento Username label: Magento Username
required: true required: true
...@@ -39,7 +39,7 @@ questions: ...@@ -39,7 +39,7 @@ questions:
default: "" default: ""
description: "Application password(defualt random 10 character long alphanumeric string if not set)" description: "Application password(defualt random 10 character long alphanumeric string if not set)"
type: password type: password
label: Magento Password label: Magento User Password
- variable: magentoEmail - variable: magentoEmail
default: "user@example.com" default: "user@example.com"
description: "Admin email" description: "Admin email"
...@@ -79,14 +79,14 @@ questions: ...@@ -79,14 +79,14 @@ questions:
default: "" default: ""
description: "Existing username in the external DB" description: "Existing username in the external DB"
type: string type: string
label: External Database username label: External Database Username
show_if: "mariadb.enabled=false" show_if: "mariadb.enabled=false"
required: true required: true
- variable: externalDatabase.password - variable: externalDatabase.password
default: "" default: ""
description: "external database password" description: "External database password"
type: password type: password
label: External Database password label: External Database Password
show_if: "mariadb.enabled=false" show_if: "mariadb.enabled=false"
required: true required: true
- variable: externalDatabase.database - variable: externalDatabase.database
...@@ -120,7 +120,7 @@ questions: ...@@ -120,7 +120,7 @@ questions:
required: true required: true
- variable: mariadb.persistence.storageClass - variable: mariadb.persistence.storageClass
default: "" 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 type: storageclass
label: Storage Class for MariaDB label: Storage Class for MariaDB
- variable: serviceType - variable: serviceType
...@@ -135,7 +135,7 @@ questions: ...@@ -135,7 +135,7 @@ questions:
label: Magento Service Type label: Magento Service Type
- variable: magentoLoadBalancerIP - variable: magentoLoadBalancerIP
default: "" default: ""
description: "loadBalancerIP for the magento ServiceMagento Service type" description: "Load Balancer IP for the Magento ServiceMagento Service type"
type: string type: string
required: true required: true
show_if: "serviceType=LoadBalancer" show_if: "serviceType=LoadBalancer"
...@@ -151,7 +151,7 @@ questions: ...@@ -151,7 +151,7 @@ questions:
label: Magento Mode label: Magento Mode
- variable: persistence.enabled - variable: persistence.enabled
default: "false" default: "false"
description: "Enable persistent volume for magento and apache" description: "Enable persistent volume for Magento and Apache"
type: boolean type: boolean
required: true required: true
label: Magento Persistent Volume Enabled label: Magento Persistent Volume Enabled
...@@ -159,23 +159,23 @@ questions: ...@@ -159,23 +159,23 @@ questions:
subquestions: subquestions:
- variable: persistence.magento.size - variable: persistence.magento.size
default: "8Gi" default: "8Gi"
description: "Persistent Volume Size" description: "Persistent volume size"
type: string type: string
required: true required: true
label: Magento Persistent Volume Size label: Magento Persistent Volume Size
- variable: persistence.magento.storageClass - variable: persistence.magento.storageClass
default: "" 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 type: storageclass
label: Storage Class for Magento label: Storage Class for Magento
- variable: persistence.apache.size - variable: persistence.apache.size
default: "1Gi" default: "1Gi"
description: "Persistent Volume Size" description: "Persistent volume size"
required: true required: true
type: string type: string
label: Apache Persistent Volume Size label: Apache Persistent Volume Size
- variable: persistence.apache.storageClass - variable: persistence.apache.storageClass
default: "" 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 type: storageclass
label: Storage Class for Apache 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