core-auth
diff --git a/charts/auth/templates/ui.yaml b/charts/auth/templates/ui.yaml
index ad31ccb..b9054fe 100644
--- a/charts/auth/templates/ui.yaml
+++ b/charts/auth/templates/ui.yaml
@@ -50,16 +50,16 @@
metadata:
labels:
app: ui
- annotations:
- checksum/config: {{ include (print $.Template.BasePath "/lighthouse-config.yaml") . | sha256sum }}
+ # annotations:
+ # checksum/config: {{ include (print $.Template.BasePath "/lighthouse-config.yaml") . | sha256sum }}
spec:
volumes:
- - name: cert
- secret:
- secretName: {{ .Values.ui.nebula.node.secretName }}
- - name: config
- configMap:
- name: {{ .Values.ui.nebula.lighthouse.name }}
+ # - name: cert
+ # secret:
+ # secretName: {{ .Values.ui.nebula.node.secretName }}
+ # - name: config
+ # configMap:
+ # name: {{ .Values.ui.nebula.lighthouse.name }}
containers:
- name: server
image: giolekva/auth-ui:latest
@@ -84,36 +84,36 @@
# limits:
# memory: "20Mi"
# cpu: "100m"
- - name: lighthouse
- image: giolekva/nebula:latest
- imagePullPolicy: Always
- securityContext:
- capabilities:
- add:
- - NET_ADMIN
- privileged: true
- ports:
- - name: lighthouse
- containerPort: 4247
- protocol: UDP
- command:
- - nebula
- - --config=/etc/nebula/config/lighthouse.yaml
- volumeMounts:
- - name: cert
- mountPath: /etc/nebula/lighthouse
- readOnly: true
- - name: config
- mountPath: /etc/nebula/config
- readOnly: true
----
-apiVersion: lekva.me/v1
-kind: NebulaNode
-metadata:
- name: {{ .Values.ui.nebula.node.name }}
- namespace: {{ .Release.Namespace }}
-spec:
- caName: {{ .Values.ui.nebula.certificateAuthority.name }}
- caNamespace: {{ .Values.ui.nebula.certificateAuthority.namespace }}
- ipCidr: {{ .Values.ui.nebula.node.ipCidr }}
- secretName: {{ .Values.ui.nebula.node.secretName }}
+ # - name: lighthouse
+ # image: giolekva/nebula:latest
+ # imagePullPolicy: Always
+ # securityContext:
+ # capabilities:
+ # add:
+ # - NET_ADMIN
+ # privileged: true
+ # ports:
+ # - name: lighthouse
+ # containerPort: 4247
+ # protocol: UDP
+ # command:
+ # - nebula
+ # - --config=/etc/nebula/config/lighthouse.yaml
+ # volumeMounts:
+ # - name: cert
+ # mountPath: /etc/nebula/lighthouse
+ # readOnly: true
+ # - name: config
+ # mountPath: /etc/nebula/config
+ # readOnly: true
+# ---
+# apiVersion: lekva.me/v1
+# kind: NebulaNode
+# metadata:
+# name: {{ .Values.ui.nebula.node.name }}
+# namespace: {{ .Release.Namespace }}
+# spec:
+# caName: {{ .Values.ui.nebula.certificateAuthority.name }}
+# caNamespace: {{ .Values.ui.nebula.certificateAuthority.namespace }}
+# ipCidr: {{ .Values.ui.nebula.node.ipCidr }}
+# secretName: {{ .Values.ui.nebula.node.secretName }}