mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 19:10:34 +00:00
These all default to true and there doesn't seem to be any reason a user would want to set any to false as Submariner woild not work without these resources. Removing them simplifies the charts. Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
47 lines
841 B
YAML
47 lines
841 B
YAML
---
|
|
submariner:
|
|
clusterId: ""
|
|
token: ""
|
|
clusterCidr: ""
|
|
serviceCidr: ""
|
|
globalCidr: ""
|
|
clustersetIpCidr: ""
|
|
clustersetIpEnabled: false
|
|
loadBalancerEnabled: false
|
|
natEnabled: false
|
|
colorCodes: blue
|
|
debug: false
|
|
serviceDiscovery: true
|
|
cableDriver: "libreswan"
|
|
healthcheckEnabled: true
|
|
coreDNSCustomConfig: {}
|
|
images:
|
|
repository: quay.io/submariner
|
|
tag: ""
|
|
broker:
|
|
server: example.k8s.apiserver
|
|
token: test
|
|
namespace: xyz
|
|
insecure: false
|
|
ca: ""
|
|
globalnet: false
|
|
images: {}
|
|
ipsec:
|
|
psk: ""
|
|
debug: false
|
|
forceUDPEncaps: false
|
|
ikePort: 500
|
|
natPort: 4500
|
|
leadership:
|
|
leaseDuration: 10
|
|
renewDeadline: 5
|
|
retryPeriod: 2
|
|
operator:
|
|
image:
|
|
repository: quay.io/submariner/submariner-operator
|
|
tag: ""
|
|
pullPolicy: IfNotPresent
|
|
resources: {}
|
|
tolerations: []
|
|
affinity: {}
|