Skip to content

Instantly share code, notes, and snippets.

@geraldcroes
Created August 3, 2018 10:41
Show Gist options
  • Save geraldcroes/36de6ce6a027ac574bff8ef169f34fed to your computer and use it in GitHub Desktop.
Save geraldcroes/36de6ce6a027ac574bff8ef169f34fed to your computer and use it in GitHub Desktop.
YML for a service in Kube
apiVersion: v1
kind: Service
metadata:
name: whoami-service
spec:
ports:
- name: http
targetPort: 80
port: 80
selector:
app: whoami
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment