From 9ee272bec83ee67379198072ae4b84a53d53ebbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20=20Godoy=20Hern=C3=A1ndez?= Date: Mon, 27 Sep 2021 18:30:10 -0300 Subject: [PATCH] Update Readme.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Victor Godoy Hernández --- submariner-operator/README.md | 3 +++ submariner-operator/templates/submariner.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/submariner-operator/README.md b/submariner-operator/README.md index d0be811..822bac8 100644 --- a/submariner-operator/README.md +++ b/submariner-operator/README.md @@ -29,6 +29,7 @@ Submariner enables direct networking between Pods and Services in different Kube | gateway.image.repository | string | `"quay.io/submariner/submariner-gateway"` | | | gateway.image.tag | string | `"0.10.1"` | | | ipsec.debug | bool | `false` | | +| ipsec.forceUDPEncaps | bool | `false` | | | ipsec.ikePort | int | `500` | | | ipsec.natPort | int | `4500` | | | ipsec.psk | string | `""` | | @@ -58,8 +59,10 @@ Submariner enables direct networking between Pods and Services in different Kube | submariner.clusterCidr | string | `""` | | | submariner.clusterId | string | `""` | | | submariner.colorCodes | string | `"blue"` | | +| submariner.coreDNSCustomConfig | object | `{}` | | | submariner.debug | bool | `false` | | | submariner.globalCidr | string | `""` | | +| submariner.healthcheckEnabled | bool | `true` | | | submariner.images.repository | string | `"quay.io/submariner"` | | | submariner.images.tag | string | `"0.10.1"` | | | submariner.natEnabled | bool | `false` | | diff --git a/submariner-operator/templates/submariner.yaml b/submariner-operator/templates/submariner.yaml index 46a4bdf..9ac905e 100644 --- a/submariner-operator/templates/submariner.yaml +++ b/submariner-operator/templates/submariner.yaml @@ -31,4 +31,4 @@ spec: coreDNSCustomConfig: configmapName: .configmapName namespace: .namespace -{{- end }} \ No newline at end of file +{{- end }}