Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created November 28, 2020 19:32
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 xximjasonxx/e0df17d1678b55761a5ff6238b5e0e8b to your computer and use it in GitHub Desktop.
Save xximjasonxx/e0df17d1678b55761a5ff6238b5e0e8b to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: fileupload-service-lb
spec:
selector:
app: fileupload
ports:
- protocol: TCP
port: 80
targetPort: 80
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment