2021-08-26 16:42:32 +00:00
|
|
|
resources:
|
|
|
|
- prometheus.yaml
|
|
|
|
- prometheus-rbac.yaml
|
|
|
|
- prometheus-ingress.yaml
|
2022-05-26 05:02:48 +00:00
|
|
|
- traefik-podmonitor.yaml
|
|
|
|
|
2023-02-05 03:11:39 +00:00
|
|
|
commonLabels:
|
|
|
|
app.kubernetes.io/name: prometheus
|
|
|
|
app.kubernetes.io/part-of: monitoring
|
|
|
|
|
2022-05-26 05:02:48 +00:00
|
|
|
secretGenerator:
|
|
|
|
- name: grafana-cloud-credentials
|
|
|
|
type: Opaque
|
|
|
|
behavior: create
|
|
|
|
literals:
|
|
|
|
- username=changeme
|
|
|
|
- password=changeme
|
2022-09-23 23:11:09 +00:00
|
|
|
- name: additional-scrape-configs
|
|
|
|
behavior: create
|
|
|
|
literals:
|
|
|
|
- prometheus-additional.yaml=
|
2022-05-26 05:02:48 +00:00
|
|
|
|
|
|
|
configurations:
|
|
|
|
- kustomizeconfig/namereference.yaml
|