Skip to content

Instantly share code, notes, and snippets.

@pingles
Created April 17, 2015 13:05
Show Gist options
  • Save pingles/a26311b185ba24dece14 to your computer and use it in GitHub Desktop.
Save pingles/a26311b185ba24dece14 to your computer and use it in GitHub Desktop.
ERROR: F0417 13:59:03.614902 3144 create.go:50] Client error: Service "myservice" is invalid: spec.ports: required value
apiVersion: v1beta3
kind: Service
metadata:
labels:
name: myservice
name: myservice
spec:
ports:
- port: 80
targetPort: 80
- port: 443
targetPort: 443
selector:
name: myservice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment