Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

resourcespace_docker

A Helm chart for resourcespace_docker

Installing the Chart

To install the chart with the release name my-release:

# Standard Helm install
$ helm install  my-release resourcespace_docker

# To use a custom namespace and force the creation of the namespace
$ helm install my-release --namespace my-namespace --create-namespace resourcespace_docker

# To use a custom values file
$ helm install my-release -f my-values.yaml resourcespace_docker

See the Helm documentation for more information on installing and managing the chart.

Configuration

The following table lists the configurable parameters of the resourcespace_docker chart and their default values.

Parameter Default
mariadb.imagePullPolicy IfNotPresent
mariadb.persistence.mariadb.accessMode[0].value ReadWriteOnce
mariadb.persistence.mariadb.enabled true
mariadb.persistence.mariadb.size 1Gi
mariadb.persistence.mariadb.storageClass -
mariadb.replicas 1
mariadb.repository.image mariadb
mariadb.repository.tag ``
mariadb.serviceAccount ``
resourcespace.imagePullPolicy IfNotPresent
resourcespace.persistence.filestore.accessMode[0].value ReadWriteOnce
resourcespace.persistence.filestore.enabled true
resourcespace.persistence.filestore.size 1Gi
resourcespace.persistence.filestore.storageClass -
resourcespace.replicas 1
resourcespace.repository.image ``
resourcespace.repository.tag ``
resourcespace.serviceAccount ``