mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 07:20:35 +00:00
Merge pull request #7 from dimaunx/ipsec-custom-port
Add custom ipsec ports support
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
.idea
|
.idea
|
||||||
|
*.tgz
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
name: submariner
|
name: submariner
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
appVersion: v0.0.1
|
appVersion: v0.0.2
|
||||||
description: Submariner
|
description: Submariner with custom ipsec ports support
|
||||||
keywords:
|
keywords:
|
||||||
home: https://submariner.io/
|
home: https://submariner.io/
|
||||||
sources:
|
sources:
|
||||||
- https://submariner-io.github.io/submariner-charts/charts
|
- https://submariner-io.github.io/submariner-charts/charts
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Rancher Labs
|
- name: Rancher Labs
|
||||||
email: charts@rancher.com
|
email: charts@rancher.com
|
||||||
|
|||||||
@@ -97,6 +97,10 @@ spec:
|
|||||||
value: "{{ .Values.ipsec.psk }}"
|
value: "{{ .Values.ipsec.psk }}"
|
||||||
- name: CE_IPSEC_DEBUG
|
- name: CE_IPSEC_DEBUG
|
||||||
value: "{{ .Values.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 }}
|
image: {{ .Values.engine.image.repository }}:{{ .Values.engine.image.tag }}
|
||||||
imagePullPolicy: {{ .Values.engine.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.engine.image.pullPolicy }}
|
||||||
name: submariner
|
name: submariner
|
||||||
|
|||||||
@@ -21,6 +21,8 @@ rbac:
|
|||||||
ipsec:
|
ipsec:
|
||||||
psk: ""
|
psk: ""
|
||||||
debug: false
|
debug: false
|
||||||
|
ikePort: 500
|
||||||
|
natPort: 4500
|
||||||
engine:
|
engine:
|
||||||
image:
|
image:
|
||||||
repository: rancher/submariner
|
repository: rancher/submariner
|
||||||
|
|||||||
Reference in New Issue
Block a user