fix readiness probe
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user