Skip to content

Instantly share code, notes, and snippets.

@SaifRehman
Last active December 21, 2018 02:12
Show Gist options
  • Select an option

  • Save SaifRehman/f2054872eb289b14065bf41ed90061e0 to your computer and use it in GitHub Desktop.

Select an option

Save SaifRehman/f2054872eb289b14065bf41ed90061e0 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: bookingsvc # give a service name
labels:
app: bookingsvc
spec:
type: ClusterIP
selector:
app: bookingsvc
ports:
- protocol: TCP
name: bookingsvc
port: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment