17 lines
407 B
YAML
17 lines
407 B
YAML
resources:
|
|
- https://raw.githubusercontent.com/grafana/agent/v0.24.2/production/kubernetes/agent-bare.yaml
|
|
- grafana-agent-externalsecret.yaml
|
|
|
|
commonLabels:
|
|
app.kubernetes.io/name: grafana-agent
|
|
app.kubernetes.io/part-of: monitoring
|
|
|
|
patches:
|
|
- target:
|
|
version: v1
|
|
kind: StatefulSet
|
|
name: grafana-agent
|
|
path: patches/grafana-agent-statefulset-patch.yaml
|
|
|
|
namespace: default
|