chart-syncthing_relay: default to private

This commit is contained in:
2025-04-06 16:12:01 +02:00
parent b71ff293c4
commit 9e8b2a531f
2 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,5 @@ apiVersion: v2
name: syncthing-relay
description: Syncthing relay server.
type: application
version: 0.1.1
version: 0.1.2
appVersion: '1.27'

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