Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created December 22, 2017 01:31
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 garystafford/4a5bc0ff147f5b0efb03388a8db442e5 to your computer and use it in GitHub Desktop.
Save garystafford/4a5bc0ff147f5b0efb03388a8db442e5 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
namespace: voter-api
labels:
app: candidate
name: candidate
spec:
ports:
- name: http
port: 8080
selector:
app: candidate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment