mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
adding custom ipsec ports support
This commit is contained in:
+2
-1
@@ -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
|
||||||
@@ -28,7 +30,7 @@ engine:
|
|||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
resources: {}
|
resources: {}
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 100Mi
|
# memory: 100Mi
|
||||||
nodeSelectorEnabled: true
|
nodeSelectorEnabled: true
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
@@ -40,7 +42,7 @@ routeAgent:
|
|||||||
tag: v0.0.1
|
tag: v0.0.1
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
resources: {}
|
resources: {}
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 100Mi
|
# memory: 100Mi
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user