Skip to content

Instantly share code, notes, and snippets.

@bharathirajatut
Created August 2, 2021 10:04
Show Gist options
  • Save bharathirajatut/c459ebe105dfe3c36c55512ce25751a3 to your computer and use it in GitHub Desktop.
Save bharathirajatut/c459ebe105dfe3c36c55512ce25751a3 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: nodejs-service
spec:
selector:
app: nodejsapp
type: LoadBalancer
ports:
- protocol: TCP
targetPort: 3000
port: 80
nodePort: 30000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment