Skip to content

Instantly share code, notes, and snippets.

@timhberry
Created August 25, 2022 10:33
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 timhberry/f65303413a4311ae247fe3959c0f4e45 to your computer and use it in GitHub Desktop.
Save timhberry/f65303413a4311ae247fe3959c0f4e45 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: devops-deployment-lb
labels:
app: devops
tier: frontend-lb
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 8080
selector:
app: devops
tier: frontend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment