Skip to content

Instantly share code, notes, and snippets.

@rtrentin73
Last active June 4, 2022 17:58
Show Gist options
  • Save rtrentin73/6d72760f0d3715876a5a79e54b5e37b9 to your computer and use it in GitHub Desktop.
Save rtrentin73/6d72760f0d3715876a5a79e54b5e37b9 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: nginx
annotations:
networking.gke.io/load-balancer-type: "Internal"
labels:
app: nginx
spec:
type: LoadBalancer
selector:
app: nginx
ports:
- port: 80
targetPort: 80
protocol: TCP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment