Update onetun to v0.2.1
This commit is contained in:
parent
cecd5adfac
commit
07a6bf0948
2 changed files with 3 additions and 5 deletions
|
@ -3,4 +3,4 @@ name: onetun
|
||||||
description: A Helm chart for onetun, a WireGuard port-forwarder
|
description: A Helm chart for onetun, a WireGuard port-forwarder
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
appVersion: "v0.1.11"
|
appVersion: "v0.2.1"
|
||||||
|
|
|
@ -61,10 +61,8 @@ spec:
|
||||||
value: {{ .Values.onetun.sourcePeerIP | quote }}
|
value: {{ .Values.onetun.sourcePeerIP | quote }}
|
||||||
- name: ONETUN_KEEP_ALIVE
|
- name: ONETUN_KEEP_ALIVE
|
||||||
value: {{ .Values.onetun.keepAlive | quote }}
|
value: {{ .Values.onetun.keepAlive | quote }}
|
||||||
- name: ONETUN_DESTINATION_ADDR
|
- name: ONETUN_PORT_FORWARD_1
|
||||||
value: {{ .Values.onetun.destination | quote }}
|
value: "0.0.0.0:2115:{{ .Values.onetun.destination }}"
|
||||||
- name: ONETUN_SOURCE_ADDR
|
|
||||||
value: "0.0.0.0:2115"
|
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue