Files
charts/bitnami/owncloud/ci/values-with-host-and-ingress.yaml
Marcos Bjoerkelund 5a5c87f72c [bitnami/owncloud] NEW MAJOR: migrate to non-root + good practices (#4849)
* [bitnami/owncloud] NEW MAJOR: migrate to non-root + good practices

* implement changes from #4695

* fix persistence issues

* fix container image tag

* [bitnami/owncloud] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-01-05 18:53:18 +01:00

18 lines
269 B
YAML

owncloudHost: owncloud.local
service:
type: ClusterIP
ingress:
enabled: true
tls: true
hostname: owncloud.local
metrics:
enabled: true
# Avoids issues with yamllint
livenessProbe:
httpGet:
httpHeaders: []
readinessProbe:
httpGet:
httpHeaders: []