chart-syncthing_relay: default to private

This commit is contained in:
2025-04-06 16:12:01 +02:00
parent b71ff293c4
commit a096d38b06

View File

@ -37,6 +37,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args: ["-pools", '{{ .Values.strelaysrv.pools | default "" }}']
ports:
- name: relay
containerPort: 22067