fluxcd-flux2/manifests/monitoring/prometheus/service.yaml
2020-08-04 15:40:38 +03:00

12 lines
No EOL
185 B
YAML

apiVersion: v1
kind: Service
metadata:
name: prometheus
namespace: gitops-system
spec:
selector:
app: prometheus
ports:
- name: http
protocol: TCP
port: 9090