Skip to content

Instantly share code, notes, and snippets.

@akash-gautam
Last active September 5, 2018 11:09
Show Gist options
  • Save akash-gautam/ce8b2557328b167f588aee5cacdec323 to your computer and use it in GitHub Desktop.
Save akash-gautam/ce8b2557328b167f588aee5cacdec323 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: test-service
spec:
type: LoadBalancer
ports:
- name: test-service
port: 80
protocol: TCP
targetPort: 3000
selector:
app: test-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment