mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
14 lines
262 B
YAML
14 lines
262 B
YAML
|
apiVersion: networking.istio.io/v1alpha3
|
||
|
kind: ServiceEntry
|
||
|
metadata:
|
||
|
name: google
|
||
|
namespace: istio-system
|
||
|
spec:
|
||
|
hosts:
|
||
|
- oauth2.googleapis.com
|
||
|
ports:
|
||
|
- number: 443
|
||
|
name: https
|
||
|
protocol: TCP
|
||
|
resolution: DNS
|
||
|
location: MESH_EXTERNAL
|