fluxcd-flux2/manifests/monitoring/grafana/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

16 lines
246 B
YAML

apiVersion: v1
kind: Service
metadata:
name: grafana
namespace: gotk-system
labels:
app: grafana
spec:
type: ClusterIP
ports:
- port: 3000
targetPort: http
protocol: TCP
name: http
selector:
app: grafana