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>
15 lines
240 B
YAML
15 lines
240 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: kibana
|
|
namespace: {{ include "cloudhost-logging.namespace" . }}
|
|
labels:
|
|
app: kibana
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: kibana
|
|
ports:
|
|
- port: 5601
|
|
targetPort: 5601
|