Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save larryclaman/028662ad4160f2631b2643d23b445670 to your computer and use it in GitHub Desktop.
Save larryclaman/028662ad4160f2631b2643d23b445670 to your computer and use it in GitHub Desktop.
api service
apiVersion: v1
kind: Service
metadata:
name: api
spec:
selector:
app: api
ports:
- protocol: TCP
port: 3001
targetPort: 3001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment