aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/graphite/service.yaml
blob: 599dcdb8f58286a27b3e60b8498565c2a4598f27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apiVersion: v1
kind: Service
metadata:
  name: graphite
spec:
  ports:
    - port: 80
      name: nginx
    - port: 8125
      name: statsd
      protocol: UDP
    - port: 8126
      name: statsd-admin
  selector:
    app: graphite