diff options
author | makefunstuff <[email protected]> | 2024-06-29 22:58:47 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 22:58:47 +0200 |
commit | 8cdbf774c5ff5c54ee444b610f74fca23ea68ac0 (patch) | |
tree | 6d6668d601978f31bb37f7fa8af583552e0be50b /tools/eck-operator | |
parent | 68919c69888afd2d64db3b1773849e915db17998 (diff) | |
download | k3s-lab-8cdbf774c5ff5c54ee444b610f74fca23ea68ac0.tar.gz |
beats
Diffstat (limited to '')
-rw-r--r-- | tools/eck-operator/templates/beat.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/eck-operator/templates/beat.yaml b/tools/eck-operator/templates/beat.yaml index aea6b9f..4bb5ff1 100644 --- a/tools/eck-operator/templates/beat.yaml +++ b/tools/eck-operator/templates/beat.yaml @@ -2,6 +2,7 @@ apiVersion: beat.k8s.elastic.co/v1beta1 kind: Beat metadata: name: log-storage + namespace: monitoring spec: type: filebeat version: 8.14.1 @@ -84,7 +85,7 @@ apiVersion: v1 kind: ServiceAccount metadata: name: filebeat - namespace: elastic-system + namespace: monitoring --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding @@ -93,7 +94,7 @@ metadata: subjects: - kind: ServiceAccount name: filebeat - namespace: elastic-system + namespace: monitoring roleRef: kind: ClusterRole name: filebeat |