Skip to content

Instantly share code, notes, and snippets.

@dtrapezoid
Created August 30, 2017 13:48
Show Gist options
  • Select an option

  • Save dtrapezoid/254d0abf49441f39827f5f716d0004d6 to your computer and use it in GitHub Desktop.

Select an option

Save dtrapezoid/254d0abf49441f39827f5f716d0004d6 to your computer and use it in GitHub Desktop.
k8-lookup-service-step
apiVersion: v1
kind: Service
metadata:
name: ignite
spec:
clusterIP: None
ports:
- port: 9042 # custom value.
selector:
app: ignite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment