mirror of
https://github.com/alibaba/higress.git
synced 2026-05-28 14:47:29 +08:00
81 lines
2.1 KiB
Plaintext
81 lines
2.1 KiB
Plaintext
apiVersion: networking.istio.io/v1alpha3
|
|
kind: DestinationRule
|
|
metadata:
|
|
annotations:
|
|
internal.istio.io/parents: BackendTLSPolicy/default.tls-upstream-echo
|
|
creationTimestamp: null
|
|
name: echo-istio-autogenerated-k8s-gateway
|
|
namespace: default
|
|
spec:
|
|
host: echo.default.svc.domain.suffix
|
|
trafficPolicy:
|
|
tls:
|
|
credentialName: configmap://default/auth-cert
|
|
mode: SIMPLE
|
|
sni: auth.example.com
|
|
---
|
|
apiVersion: networking.istio.io/v1alpha3
|
|
kind: DestinationRule
|
|
metadata:
|
|
annotations:
|
|
internal.istio.io/parents: BackendTLSPolicy/default.bad-configmap-type
|
|
creationTimestamp: null
|
|
name: foo-svc-istio-autogenerated-k8s-gateway
|
|
namespace: default
|
|
spec:
|
|
host: foo-svc.default.svc.domain.suffix
|
|
trafficPolicy:
|
|
tls:
|
|
credentialName: invalid://
|
|
mode: SIMPLE
|
|
sni: auth.example.com
|
|
---
|
|
apiVersion: networking.istio.io/v1alpha3
|
|
kind: DestinationRule
|
|
metadata:
|
|
annotations:
|
|
internal.istio.io/parents: BackendTLSPolicy/default.existing-status
|
|
creationTimestamp: null
|
|
name: httpbin-istio-autogenerated-k8s-gateway
|
|
namespace: default
|
|
spec:
|
|
host: httpbin.default.svc.domain.suffix
|
|
trafficPolicy:
|
|
tls:
|
|
credentialName: configmap://default/auth-cert
|
|
mode: SIMPLE
|
|
sni: auth.example.com
|
|
---
|
|
apiVersion: networking.istio.io/v1alpha3
|
|
kind: DestinationRule
|
|
metadata:
|
|
annotations:
|
|
internal.istio.io/parents: BackendTLSPolicy/default.malformed-configmap
|
|
creationTimestamp: null
|
|
name: httpbin-other-istio-autogenerated-k8s-gateway
|
|
namespace: default
|
|
spec:
|
|
host: httpbin-other.default.svc.domain.suffix
|
|
trafficPolicy:
|
|
tls:
|
|
credentialName: invalid://
|
|
mode: SIMPLE
|
|
sni: auth.example.com
|
|
---
|
|
apiVersion: networking.istio.io/v1alpha3
|
|
kind: DestinationRule
|
|
metadata:
|
|
annotations:
|
|
internal.istio.io/parents: BackendTLSPolicy/default.unknown-configmap
|
|
creationTimestamp: null
|
|
name: httpbin-second-istio-autogenerated-k8s-gateway
|
|
namespace: default
|
|
spec:
|
|
host: httpbin-second.default.svc.domain.suffix
|
|
trafficPolicy:
|
|
tls:
|
|
credentialName: invalid://
|
|
mode: SIMPLE
|
|
sni: auth.example.com
|
|
---
|