--- apiVersion: extensions/v1beta1 kind: Deployment metadata: creationTimestamp: null name: statsd-sink spec: replicas: 1 strategy: {} template: metadata: creationTimestamp: null labels: service: statsd-sink spec: containers: - name: statsd-sink image: hopsoft/graphite-statsd:latest resources: {} restartPolicy: Always status: {} --- apiVersion: v1 kind: Service metadata: creationTimestamp: null labels: service: statsd-sink name: statsd-sink spec: ports: - protocol: UDP port: 8125 name: statsd-metrics - protocol: TCP port: 80 name: graphite-www selector: service: statsd-sink