fix network access

This commit is contained in:
2025-01-15 00:10:23 +01:00
parent 9b753bc20d
commit fdfec91b06
3 changed files with 11 additions and 9 deletions

View File

@ -5,6 +5,8 @@ metadata:
labels:
{{- include "owncloud.labels" . | nindent 4 }}
spec:
strategy:
type: Recreate
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}