adding custom ipsec ports support

This commit is contained in:
Dmitry Groisman
2019-09-26 12:54:02 +03:00
parent faf5f3e04b
commit 8d2c48b8a1
4 changed files with 16 additions and 9 deletions
+4
View File
@@ -97,6 +97,10 @@ spec:
value: "{{ .Values.ipsec.psk }}"
- name: CE_IPSEC_DEBUG
value: "{{ .Values.ipsec.debug }}"
- name: CE_IPSEC_IKEPORT
value: "{{ .Values.ipsec.ikePort }}"
- name: CE_IPSEC_NATTPORT
value: "{{ .Values.ipsec.natPort }}"
image: {{ .Values.engine.image.repository }}:{{ .Values.engine.image.tag }}
imagePullPolicy: {{ .Values.engine.image.pullPolicy }}
name: submariner