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
+32
View File
@@ -26,4 +26,36 @@ spec:
kind: Endpoint
plural: endpoints
scope: Namespaced
---
{{- if .Values.submariner.serviceDiscovery }}
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: multiclusterservices.lighthouse.submariner.io
annotations:
"helm.sh/hook": crd-install
spec:
group: lighthouse.submariner.io
version: v1
names:
kind: MultiClusterService
plural: multiclusterservices
singular: multiclusterservice
scope: Namespaced
validation:
openAPIV3Schema:
properties:
spec:
properties:
clusterServiceInfo:
properties:
clusterID:
type: "string"
clusterDomain:
type: "string"
serviceIP:
type: "string"
port:
type: "integer"
{{- end -}}
{{- end -}}