24 lines
524 B
YAML
24 lines
524 B
YAML
resources:
|
|
- prometheus.yaml
|
|
- prometheus-rbac.yaml
|
|
- prometheus-ingress.yaml
|
|
- traefik-podmonitor.yaml
|
|
|
|
commonLabels:
|
|
app.kubernetes.io/name: prometheus
|
|
app.kubernetes.io/part-of: monitoring
|
|
|
|
secretGenerator:
|
|
- name: grafana-cloud-credentials
|
|
type: Opaque
|
|
behavior: create
|
|
literals:
|
|
- username=changeme
|
|
- password=changeme
|
|
- name: additional-scrape-configs
|
|
behavior: create
|
|
literals:
|
|
- prometheus-additional.yaml=
|
|
|
|
configurations:
|
|
- kustomizeconfig/namereference.yaml |