Skip to content

Instantly share code, notes, and snippets.

@ChimeraCoder
Created April 5, 2018 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChimeraCoder/4caa8066bfc4836b57a02f4d9130e05f to your computer and use it in GitHub Desktop.
Save ChimeraCoder/4caa8066bfc4836b57a02f4d9130e05f to your computer and use it in GitHub Desktop.
veneur-proxy service file
apiVersion: v1
kind: Service
metadata:
labels:
app: veneur-proxy
name: veneur-proxy
spec:
ports:
- name: statsd-listen
port: 8126
protocol: UDP
targetPort: 8126
- name: http
port: 8127
protocol: TCP
targetPort: 8127
selector:
app: veneur-proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment