fix nfs autodelete issue
This commit is contained in:
		| @@ -6,8 +6,7 @@ image: | ||||
|  | ||||
| ingress: | ||||
|   enabled: false | ||||
| livenessProbe: | ||||
|   enabled: false | ||||
|  | ||||
|  | ||||
|  | ||||
| nextcloud: | ||||
| @@ -152,6 +151,9 @@ resources: | ||||
|    cpu: 100m | ||||
|    memory: 128Mi | ||||
|  | ||||
| livenessProbe: | ||||
|   enabled: true | ||||
|   # disable when upgrading from a previous chart version | ||||
|  | ||||
| ## Enable pod autoscaling using HorizontalPodAutoscaler | ||||
| ## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user