Skip to content

Instantly share code, notes, and snippets.

@fhsinchy
Created February 1, 2022 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fhsinchy/0a453982f82a632793802be7398ea615 to your computer and use it in GitHub Desktop.
Save fhsinchy/0a453982f82a632793802be7398ea615 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: api-load-balancer-service
spec:
type: LoadBalancer
selector:
component: api
ports:
- port: 3000
targetPort: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment