100 lines
1.5 KiB
Text
100 lines
1.5 KiB
Text
|
|
|
|
= mycloud-services
|
|
|
|
image::https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square[Version: 0.1.0]
|
|
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
|
== Maintainers
|
|
|
|
.Maintainers
|
|
|===
|
|
| Name | Email | Url
|
|
|
|
| WrenIX
|
|
|
|
|
| <https://wrenix.eu>
|
|
|===
|
|
|
|
== Values
|
|
|
|
.Values
|
|
|===
|
|
| Key | Type | Default | Description
|
|
|
|
| commons.helm.release.driftDetection
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.helm.release.install
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.helm.release.test
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.helm.release.upgrade
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.masterPassword
|
|
| string
|
|
| `"CHANGEME"`
|
|
|
|
|
|
|
| commons.persistence.hostPath.enabled
|
|
| bool
|
|
| `false`
|
|
|
|
|
|
|
| commons.persistence.hostPath.prefix
|
|
| string
|
|
| `"/var/lib/mycloud"`
|
|
|
|
|
|
|
| commons.persistence.storageClass
|
|
| string
|
|
| `nil`
|
|
|
|
|
|
|
| databases
|
|
| object
|
|
| `{"example":{"password":null,"type":"none","username":"example-password"}}`
|
|
| create databases
|
|
|
|
| databases.example.password
|
|
| string
|
|
| `nil`
|
|
| if not set generated by .Values.commons.masterPassword and databasename
|
|
|
|
| databases.example.type
|
|
| string
|
|
| `"none"`
|
|
| database type (current only "postgresql" is supported)
|
|
|
|
| databases.example.username
|
|
| string
|
|
| `"example-password"`
|
|
| username default like database
|
|
|
|
| postgresql.password
|
|
| string
|
|
| `nil`
|
|
| root
|
|
|
|
| postgresql.persistence.size
|
|
| string
|
|
| `"10G"`
|
|
|
|
|
|
|
| postgresql.persistence.storageClass
|
|
| string
|
|
| `nil`
|
|
|
|
|
|===
|
|
|
|
Autogenerated from chart metadata using https://github.com/norwoodj/helm-docs[helm-docs]
|