Skip to content

Instantly share code, notes, and snippets.

@reutsharabani
Created March 10, 2021 08:55
Show Gist options
  • Save reutsharabani/07f17d2b80601811014c882b0d10a480 to your computer and use it in GitHub Desktop.
Save reutsharabani/07f17d2b80601811014c882b0d10a480 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: nlb-ip
name: my-nlb
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8080
selector:
somelabel: somevalue
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment