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
|
||||
version: 0.0.1
|
||||
appVersion: v0.0.1
|
||||
description: Submariner
|
||||
version: 0.0.2
|
||||
appVersion: v0.0.2
|
||||
description: Submariner with custom ipsec ports support
|
||||
keywords:
|
||||
home: https://submariner.io/
|
||||
sources:
|
||||
- https://submariner-io.github.io/submariner-charts/charts
|
||||
- https://submariner-io.github.io/submariner-charts/charts
|
||||
maintainers:
|
||||
- name: Rancher Labs
|
||||
email: charts@rancher.com
|
||||
- name: Rancher Labs
|
||||
email: charts@rancher.com
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,6 +21,8 @@ rbac:
|
||||
ipsec:
|
||||
psk: ""
|
||||
debug: false
|
||||
ikePort: 500
|
||||
natPort: 4500
|
||||
engine:
|
||||
image:
|
||||
repository: rancher/submariner
|
||||
@@ -28,7 +30,7 @@ engine:
|
||||
pullPolicy: Always
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
# cpu: 100m
|
||||
# memory: 100Mi
|
||||
nodeSelectorEnabled: true
|
||||
nodeSelector: {}
|
||||
@@ -40,7 +42,7 @@ routeAgent:
|
||||
tag: v0.0.1
|
||||
pullPolicy: Always
|
||||
resources: {}
|
||||
# limits:
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
# memory: 100Mi
|
||||
nodeSelector: {}
|
||||
|
||||
Reference in New Issue
Block a user