chart-syncthing_relay: default to private
This commit is contained in:
@ -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