fluxcd-flux2/manifests/monitoring/prometheus/service.yaml
Hidde Beydals ff6a1c14be Rename 'gitops-system' namespace to 'gotk-system'
To align with the project name, and the group introduced in #236.
2020-09-30 22:32:26 +02:00

12 lines
No EOL
183 B
YAML

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