mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 09:40:34 +00:00
Add Lighthouse charts
This adds the deployment for lighthouse-agent, service account and RBAC.
This commit is contained in:
committed by
Miguel Angel Ajo Pelayo
parent
2914c74e38
commit
5e425b9079
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user