Skip to content

Instantly share code, notes, and snippets.

@rinormaloku
Last active February 10, 2018 14:31
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 rinormaloku/4a102fbe37d39a35ec701bb99faf09d5 to your computer and use it in GitHub Desktop.
Save rinormaloku/4a102fbe37d39a35ec701bb99faf09d5 to your computer and use it in GitHub Desktop.
[SA Frontend Loadbalancer]
apiVersion: v1
kind: Service # 1
metadata:
name: sa-frontend-lb
spec:
type: LoadBalancer # 2
ports:
- port: 80 # 3
protocol: TCP # 4
targetPort: 80 # 5
selector: # 6
app: sa-frontend # 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment