mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-04 18:51:02 +00:00
Kuma e2e tests were failing in CI(https://github.com/fluxcd/flagger/runs/4826617915?check_suite_focus=true) due to prom server installed in the kuma-metrics ns not being able to contact the kubernetes api server. Fixed by switching to flagger prometheus and a custom kustomize build for kuma tests. Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
15 lines
328 B
YAML
15 lines
328 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: flagger
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: flagger
|
|
args:
|
|
- -log-level=info
|
|
- -include-label-prefix=app.kubernetes.io
|
|
- -mesh-provider=kuma
|
|
- -metrics-server=http://flagger-prometheus:9090
|