initial commit, adding v0.0.1 helm charts

This commit is contained in:
Chris Kim
2019-03-11 17:14:39 -07:00
commit 9d71ffb01a
22 changed files with 725 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
submariner:
clusterId: ""
token: ""
clusterCidr: "10.42.0.0/16"
serviceCidr: "10.43.0.0/16"
natEnabled: false
colorCodes: blue
debug: 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
engine:
image:
repository: rancher/submariner
tag: v0.0.1
pullPolicy: Always
resources: {}
# limits:
# cpu: 100m
# memory: 100Mi
nodeSelectorEnabled: true
nodeSelector: {}
tolerations: []
affinity: {}
routeAgent:
image:
repository: rancher/submariner-route-agent
tag: v0.0.1
pullPolicy: Always
resources: {}
# limits:
# cpu: 100m
# memory: 100Mi
nodeSelector: {}
tolerations: []
affinity: {}
serviceAccounts:
engine:
create: true
name: ""
routeAgent:
create: true
name: ""