chart-syncthing_relay: default to private
This commit is contained in:
@ -3,5 +3,5 @@ apiVersion: v2
|
|||||||
name: syncthing-relay
|
name: syncthing-relay
|
||||||
description: Syncthing relay server.
|
description: Syncthing relay server.
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
appVersion: '1.27'
|
appVersion: '1.27'
|
||||||
|
|||||||
@ -37,6 +37,7 @@ spec:
|
|||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
|
args: ["-pools", '{{ .Values.strelaysrv.pools | default "" }}']
|
||||||
ports:
|
ports:
|
||||||
- name: relay
|
- name: relay
|
||||||
containerPort: 22067
|
containerPort: 22067
|
||||||
|
|||||||
Reference in New Issue
Block a user