Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Created January 3, 2021 00:54
Show Gist options
  • Save PradeepLoganathan/7f560db7801297880405de40754fcb8b to your computer and use it in GitHub Desktop.
Save PradeepLoganathan/7f560db7801297880405de40754fcb8b to your computer and use it in GitHub Desktop.
service definition file
apiVersion: v1
kind: Service
metadata:
name: kubeapispoc-service
labels:
app: kubeapispoc
spec:
selector:
app: sampleapp
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment