Add Lighthouse charts

This adds the deployment for lighthouse-agent, service account and RBAC.
This commit is contained in:
Vishal Thapar
2020-04-23 09:29:50 +02:00
committed by Miguel Angel Ajo Pelayo
parent 2914c74e38
commit 5e425b9079
9 changed files with 179 additions and 0 deletions
+9
View File
@@ -8,6 +8,7 @@ submariner:
natEnabled: false
colorCodes: blue
debug: false
serviceDiscovery: false
crd:
create: true
broker:
@@ -58,6 +59,11 @@ globalnet:
repository: submariner-globalnet
tag: local
pullPolicy: IfNotPresent
lighthouse:
image:
repository: lighthouse-agent
tag: local
pullPolicy: IfNotPresent
serviceAccounts:
engine:
create: true
@@ -68,3 +74,6 @@ serviceAccounts:
globalnet:
create: false
name: ""
lighthouse:
create: false
name: ""