File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : nextcloud
3- version : 5.2.3
3+ version : 5.3.0
44appVersion : 29.0.4
55description : A file sharing server that puts the control and security of your own data back into your hands.
66keywords :
Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ The following table lists the configurable parameters of the nextcloud chart and
211211| ` deploymentAnnotations ` | Annotations to be added at 'deployment' level | not set |
212212| ` podLabels ` | Labels to be added at 'pod' level | not set |
213213| ` podAnnotations ` | Annotations to be added at 'pod' level | not set |
214+ | ` dnsConfig ` | Custom dnsConfig for nextcloud containers | ` {} ` |
214215
215216
216217### Database Configurations
Original file line number Diff line number Diff line change @@ -396,3 +396,7 @@ spec:
396396 {{- if .Values.rbac.enabled }}
397397 serviceAccountName : {{ .Values.rbac.serviceaccount.name }}
398398 {{- end }}
399+ {{- with .Values.dnsConfig }}
400+ dnsConfig :
401+ {{- toYaml . | nindent 8 }}
402+ {{- end }}
Original file line number Diff line number Diff line change @@ -502,6 +502,12 @@ tolerations: []
502502
503503affinity : {}
504504
505+ dnsConfig : {}
506+ # Custom dns config for Nextcloud containers.
507+ # You can for example configure ndots. This may be needed in some clusters with alpine images.
508+ # options:
509+ # - name: ndots
510+ # value: "1"
505511
506512# # Prometheus Exporter / Metrics
507513# #
You can’t perform that action at this time.
0 commit comments