loki-event

This commit is contained in:
root 2025-09-15 15:39:57 +09:00
parent e3db103efd
commit 82a549fc6a
2 changed files with 4 additions and 1 deletions

View File

@ -14,8 +14,9 @@ data:
- receiver: "dump"
- match:
- kind: "Pod|Deployment|ReplicaSet"
namespace: "org.*"
namespace: "project.*"
receiver: "loki-stack"
type: "Warning"
receivers:
- name: "dump"
stdout: {}

View File

@ -15,6 +15,8 @@ spec:
prometheus.io/port: '2112'
prometheus.io/path: '/metrics'
spec:
nodeSelector:
nodegroup: prometheus
serviceAccountName: event-exporter
securityContext:
runAsNonRoot: true