Skip to content

Instantly share code, notes, and snippets.

@josejulio
Created July 11, 2019 22:55
Show Gist options
  • Save josejulio/a35137d4626a720c0f9d5eb4641ab54a to your computer and use it in GitHub Desktop.
Save josejulio/a35137d4626a720c0f9d5eb4641ab54a to your computer and use it in GitHub Desktop.
kind: Sidecar
apiVersion: networking.istio.io/v1alpha3
metadata:
name: sidecar-productpage
namespace: bookinfo
spec:
workloadSelector:
labels:
app: productpage
ingress: ~
egress:
- hosts:
- bookinfo/reviews.bookinfo.svc.cluster.local
- bookinfo/details.bookinfo.svc.cluster.local
- istio-system/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment