= mycloud-nextcloud 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 | | |=== == Values .Values |=== | Key | Type | Default | Description | adminPassword | string | `nil` | generated by .Values.commons.masterPassword | auth.clientID | string | `nil` | generated by .Values.commons.masterPassword | auth.clientSecret | string | `nil` | generated by .Values.commons.masterPassword | commons.auth.host | string | `nil` | default auth.(.Values.commons.ingress.domain) | commons.helm.release.install | object | `{}` | | commons.helm.release.test | object | `{}` | | commons.helm.release.upgrade | object | `{}` | | commons.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt-prod"` | | commons.ingress.domain | string | `"wrenix.eu"` | | commons.ingress.tls.enabled | bool | `true` | tls on every ingress | commons.ingress.tls.override | string | `nil` | use own definition of tls (e.g. for own or wildcard certificate) | commons.mail.from | string | `nil` | | commons.mail.host | string | `nil` | | commons.mail.password | string | `nil` | | commons.mail.use_ssl | bool | `false` | | commons.mail.use_tls | bool | `false` | | commons.mail.username | string | `nil` | | commons.masterPassword | string | `"CHANGEME"` | | commons.persistence.hostPath.enabled | bool | `false` | | commons.persistence.hostPath.prefix | string | `"/var/lib/mycloud"` | | commons.persistence.storageClass | string | `nil` | | commons.prometheus.monitor.labels | object | `{}` | | commons.prometheus.rules.labels | object | `{}` | | commons.theme.favicon | string | `"/static/dist/assets/icons/icon.png"` | | commons.theme.logo | string | `"/static/dist/assets/icons/icon_left_brand.svg"` | | commons.theme.title | string | `"myCloud"` | | database.host | string | `"mycloud-services-postgresql"` | default is from mysql-services | database.name | string | `"nextcloud"` | | database.password | string | `nil` | generated by .Values.commons.masterPassword (equal to mycloud-services) | database.username | string | `"nextcloud"` | | ingress.annotations | string | `nil` | | ingress.host | string | `nil` | default: fs.(Values.commons.ingress.domain) | init.namespace | string | `"bases"` | | init.version | int | `0` | | mail.authtype | string | `"PLAIN"` | | mail.from | string | `nil` | generade by Values.commons.mail.from | mail.host | string | `nil` | default Values.commons.mail.host | persistence.data.pvc | string | `"nextcloud-data"` | | persistence.data.size | string | `"16Gi"` | | persistence.main.pvc | string | `"nextcloud"` | | persistence.main.size | string | `"8Gi"` | |=== Autogenerated from chart metadata using https://github.com/norwoodj/helm-docs[helm-docs]