Skip to content

Instantly share code, notes, and snippets.

@mwiget
Last active March 20, 2022 20:37
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 mwiget/d064573663c9122cfea386c70483e6f6 to your computer and use it in GitHub Desktop.
Save mwiget/d064573663c9122cfea386c70483e6f6 to your computer and use it in GitHub Desktop.
lb-ike-4500
apiVersion: v1
kind: Service
metadata:
annotations:
cloud.google.com/neg: '{"ingress":true}'
name: lb
namespace: ves-system
spec:
externalTrafficPolicy: Local
ports:
- name: ike
port: 4500
protocol: UDP
targetPort: 4500
selector:
app: ver
sessionAffinity: None
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment