update istio manifests
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
555c8a4c05
commit
062b325c1e
2 changed files with 16 additions and 0 deletions
16
istio-manifests/whitelist-egress-googleapis.yaml
Normal file
16
istio-manifests/whitelist-egress-googleapis.yaml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
apiVersion: networking.istio.io/v1alpha3
|
||||||
|
kind: ServiceEntry
|
||||||
|
metadata:
|
||||||
|
name: whitelist-egress-googleapis
|
||||||
|
spec:
|
||||||
|
hosts:
|
||||||
|
- "169.254.169.254" # GCE metadata server
|
||||||
|
- "metadata.google" # GCE metadata server
|
||||||
|
- "metadata.google.internal" # GCE metadata server
|
||||||
|
- "accounts.google.com" # Used to get token
|
||||||
|
- "*.googleapis.com"
|
||||||
|
ports:
|
||||||
|
- number: 80
|
||||||
|
protocol: HTTP
|
||||||
|
- number: 443
|
||||||
|
protocol: HTTPS
|
Loading…
Reference in a new issue