Skip to content

Instantly share code, notes, and snippets.

@richarddli
Created January 4, 2018 22:32
Show Gist options
  • Save richarddli/3a2062d3db88f10ab45631ee52fdde1d to your computer and use it in GitHub Desktop.
Save richarddli/3a2062d3db88f10ab45631ee52fdde1d to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: prometheus
spec:
type: NodePort
ports:
- name: web
port: 9090
protocol: TCP
targetPort: web
selector:
prometheus: prometheus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment