mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
* [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>
18 lines
269 B
YAML
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: []
|
|
|