flux-charts/mycloud-services
2025-02-12 18:08:15 +01:00
..
templates/postgresql fix(global): update apiVersion of HelmRelease to v2 2025-02-12 18:08:15 +01:00
.helmignore feat(mycloud-core): init 2023-12-02 15:27:10 +01:00
_docs.gotmpl fix(global): migrate to markdown docs 2024-11-11 12:18:01 +01:00
Chart.yaml fix(mycloud-matrix): use oci 2024-11-26 11:52:13 +01:00
README.md fix(mycloud-matrix): use oci 2024-11-26 11:52:13 +01:00
values.yaml chore(docs): support sections 2024-04-03 15:38:37 +02:00

title description
mycloud-services A Helm chart for Kubernetes

mycloud-services

Version: 0.1.1 Type: application

A Helm chart for Kubernetes

Maintainers

Name Email Url
WrenIX https://wrenix.eu

Values

Commons helm release

Key Type Default Description
commons.helm.release.driftDetection object {} driftDetection of FluxCD HelmRelease
commons.helm.release.install object {} install of FluxCD HelmRelease
commons.helm.release.test object {} test of FluxCD HelmRelease
commons.helm.release.upgrade object {} upgrade of FluxCD HelmRelease

Commons

Key Type Default Description
commons.masterPassword string "CHANGEME" masterPassword to generate secrets

Commons Persistence

Key Type Default Description
commons.persistence.hostPath.enabled bool false use hostPath instatt of PVC
commons.persistence.hostPath.prefix string "/var/lib/mycloud" use hostPath under the following path
commons.persistence.storageClass string nil storageClass of PVC

Other Values

Key Type Default Description
databases object {"example":{"additionalParams":null,"password":null,"type":"none","username":"example-password"}} create databases
databases.example.additionalParams string nil additional params for 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 helm-docs