Skip to content

Instantly share code, notes, and snippets.

@Momilijaz96
Created April 27, 2023 06:15
Show Gist options
  • Select an option

  • Save Momilijaz96/69ca759c2ae7467522635912d424d441 to your computer and use it in GitHub Desktop.

Select an option

Save Momilijaz96/69ca759c2ae7467522635912d424d441 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: backend
spec:
selector:
app: k8s101-app
ports:
- protocol: "TCP"
port: 80
targetPort: 8080
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment