fix readiness probe

This commit is contained in:
2025-01-14 21:26:17 +01:00
parent 692f759874
commit 2f13c3b506
4 changed files with 17 additions and 18 deletions

View File

@ -11,6 +11,12 @@ owncloud:
domain: owncloud.chart.example
username: owncloud
password: owncloud
trustedDomains:
- owncloud.chart.example
- localhost
- "*.local"
- "*.example"
- "*"
mariadb:
enabled: false
@ -107,10 +113,3 @@ nodeSelector: {}
tolerations: []
affinity: {}
owncloudDomain: owncloud.chart.example
trustedDomains:
- owncloud.chart.example
- localhost
- "*.local"
- "*.example"