Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created September 1, 2017 22:49
Show Gist options
  • Save salrashid123/b3048510eca5eeca0f8c4b898c00d2ec to your computer and use it in GitHub Desktop.
Save salrashid123/b3048510eca5eeca0f8c4b898c00d2ec to your computer and use it in GitHub Desktop.
---
apiVersion: v1
kind: Service
metadata:
name: myapp-srv
labels:
type: myapp-srv
spec:
type: LoadBalancer
#type: NodePort
ports:
- name: my-srv-port
protocol: TCP
port: 8080
targetPort: 8080
selector:
type: myapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment