Skip to content

Instantly share code, notes, and snippets.

@jgardner04
Created December 18, 2018 21:17
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 jgardner04/9bd6468f3ed0be61e436bc665a900238 to your computer and use it in GitHub Desktop.
Save jgardner04/9bd6468f3ed0be61e436bc665a900238 to your computer and use it in GitHub Desktop.
Azure DevOps Linux Build Agent Kubernetes Service
apiVersion: v1
kind: Service
metadata:
name: vstslinuxbuild
spec:
ports:
- port: 80
name: web
protocol: TCP
targetPort: 80
- port: 8080
name: web2
protocol: TCP
targetPort: 8080
- port: 443
name: secureweb
protocol: TCP
targetPort: 443
selector:
app: vstslinuxbuild
type: ClusterIP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment