Skip to content

Instantly share code, notes, and snippets.

@voraviz
Created February 23, 2021 09:50
Show Gist options
  • Save voraviz/4de29c3bc33f0baeb49e1c6be7f4cd0e to your computer and use it in GitHub Desktop.
Save voraviz/4de29c3bc33f0baeb49e1c6be7f4cd0e to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
name: httpbin.org
spec:
hosts:
- httpbin.org
ports:
- number: 443
name: https
protocol: HTTPS
- number: 80
name: http
protocol: HTTP
resolution: DNS
location: MESH_EXTERNAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment