mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 22:40:34 +00:00
* Update versioning and image repositories Update helm charts to follow the submariner versioning, and include the image repositories by default. Signed-off-by: Miguel Angel Ajo <majopela@redhat.com> * Update final version Signed-off-by: Miguel Angel Ajo Pelayo <majopela@redhat.com>
80 lines
1.4 KiB
YAML
80 lines
1.4 KiB
YAML
---
|
|
submariner:
|
|
clusterId: ""
|
|
token: ""
|
|
clusterCidr: "10.42.0.0/16"
|
|
serviceCidr: "10.43.0.0/16"
|
|
globalCidr: ""
|
|
natEnabled: false
|
|
colorCodes: blue
|
|
debug: false
|
|
serviceDiscovery: false
|
|
crd:
|
|
create: true
|
|
broker:
|
|
type: k8s
|
|
server: example.k8s.apiserver
|
|
token: test
|
|
namespace: xyz
|
|
insecure: false
|
|
ca: ""
|
|
rbac:
|
|
create: true
|
|
ipsec:
|
|
psk: ""
|
|
debug: false
|
|
ikePort: 500
|
|
natPort: 4500
|
|
leadership:
|
|
leaseDuration: 10
|
|
renewDeadline: 5
|
|
retryPeriod: 2
|
|
engine:
|
|
image:
|
|
repository: quay.io/submariner/submariner
|
|
tag: ""
|
|
pullPolicy: IfNotPresent
|
|
resources: {}
|
|
nodeSelectorEnabled: true
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
routeAgent:
|
|
image:
|
|
repository: quay.io/submariner/submariner-route-agent
|
|
tag: ""
|
|
pullPolicy: IfNotPresent
|
|
resources: {}
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
globalnet:
|
|
image:
|
|
repository: quay.io/submariner/submariner-globalnet
|
|
tag: ""
|
|
pullPolicy: IfNotPresent
|
|
lighthouse:
|
|
image:
|
|
repository: quay.io/submariner/lighthouse-agent
|
|
tag: ""
|
|
pullPolicy: IfNotPresent
|
|
lighthouseCoredns:
|
|
name: ""
|
|
image:
|
|
repository: quay.io/submariner/lighthouse-coredns
|
|
tag: ""
|
|
pullPolicy: IfNotPresent
|
|
serviceAccounts:
|
|
engine:
|
|
create: true
|
|
name: ""
|
|
routeAgent:
|
|
create: true
|
|
name: ""
|
|
globalnet:
|
|
create: false
|
|
name: ""
|
|
lighthouse:
|
|
create: false
|
|
name: ""
|