mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-03 18:20:25 +00:00
12 lines
202 B
YAML
12 lines
202 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: flagger-prometheus
|
|
namespace: flagger-system
|
|
spec:
|
|
selector:
|
|
app: flagger-prometheus
|
|
ports:
|
|
- name: http
|
|
protocol: TCP
|
|
port: 9090 |