fix network access

This commit is contained in:
2025-01-15 00:03:52 +01:00
parent f6ed51c99b
commit dce93c1e13
4 changed files with 17 additions and 16 deletions

View File

@ -24,6 +24,8 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
serviceAccountName: {{ include "owncloud.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}