Skip to content

Instantly share code, notes, and snippets.

@codecraf8
Created May 2, 2017 09:56
Show Gist options
  • Save codecraf8/4cf6d4a34b71d74a0856e4c2b0dde795 to your computer and use it in GitHub Desktop.
Save codecraf8/4cf6d4a34b71d74a0856e4c2b0dde795 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
io.kompose.service: web
name: web
spec:
ports:
- name: "5000"
port: 5000
targetPort: 5000
selector:
io.kompose.service: web
status:
loadBalancer: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment