mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
16 lines
282 B
YAML
16 lines
282 B
YAML
namespace: flagger-system
|
|
commonLabels:
|
|
app: flagger-prometheus
|
|
resources:
|
|
- account.yaml
|
|
- rbac.yaml
|
|
- service.yaml
|
|
- deployment.yaml
|
|
configMapGenerator:
|
|
- name: flagger-prometheus
|
|
files:
|
|
- prometheus.yml
|
|
images:
|
|
- name: prom/prometheus
|
|
newTag: v2.10.0
|