Skip to content

Instantly share code, notes, and snippets.

@niektemme
Created July 3, 2020 10:20
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 niektemme/ae464a64f798e418b4a9d87f822c940e to your computer and use it in GitHub Desktop.
Save niektemme/ae464a64f798e418b4a9d87f822c940e to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
labels:
app: istio-ingressgateway-ext-worker-0
istio: ingressgateway
name: istio-ingressgateway-ext-worker-0
namespace: istio-system
annotations:
metallb.universe.tf/allow-shared-ip: ing
spec:
externalTrafficPolicy: Local
loadBalancerIP: 85.17.208.152
ports:
- name: http2
port: 80
protocol: TCP
targetPort: 80
- name: https
port: 443
protocol: TCP
targetPort: 443
selector:
app: istio-ingressgateway
istio: ingressgateway
release: istio
sessionAffinity: None
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment