chart-syncthing_relay: default to private
This commit is contained in:
@ -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'
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user