4d29da99f6
* initial nextcloud PoC * add questions to set nextcloud default admin username and password * cleanup a bit * shuffle a bit * port recent changes it ix_values.yaml * fix port numbers * add readmeshizzle * fixup postgresql host * add initial redis code (disabled for now) * fixup comment * disable postgresql persistent during testing * spawn redis container * maybe admin shouldn't be used as a testname * set fsgroup to 33 * redis whoopsie * setup seperate redis secret * fixup redis host references to deal with masters and slaves * set redis to standalone * try without admin username and password being set * no use for standalone mode * append port to postgress * Simplify redis deployment and fix redis persistence * up redis version * longer startup probe * try port 80 * trigger test * add configmap for trusted host generation * add configmap * fix configmap * add cronjob * add more cronjob config to values.yaml * more end? * end tweeaks * cronjob cleanup * remove currently unused shizzle from cronjob
15 lines
386 B
YAML
15 lines
386 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "common.values.setup" . }}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "common.all" . }}
|
|
|
|
{{/* Render configmap for nextcloud */}}
|
|
{{- include "nextcloud.configmap" . }}
|
|
|
|
{{/* Render secrets for nextcloud */}}
|
|
{{- include "nextcloud.secrets" . }}
|
|
|
|
{{/* Render cronjob for nextcloud */}}
|
|
{{- include "nextcloud.cronjob" . }}
|