35dd771f63
Deploy cloudhost-logging on cluster registration, ship app and optional service logs to ES with owner isolation, and fix Kibana 8.12 auth via kibana_system. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
201 B
YAML
8 lines
201 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: {{ include "cloudhost-logging.namespace" . }}
|
|
labels:
|
|
app.kubernetes.io/managed-by: cloudhost
|
|
app.kubernetes.io/instance: {{ .Release.Name }}
|