monitoring: add alloy-kube-pod-logs-scraper

This commit is contained in:
Márcio Fernandes
2026-09-13 13:36:16 +00:00
parent a1e5573330
commit ccd3888829
5 changed files with 178 additions and 0 deletions
@@ -0,0 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml
configMapGenerator:
- name: alloy-kube-pod-logs-scraper
files:
- config.alloy=config.alloy
- name: alloy-kube-pod-logs-scraper-helm-values
files:
- values.yaml=helm-values.yaml
generatorOptions:
disableNameSuffixHash: true