Skip to content

Commit

Permalink
Remove ServiceEntry with one-word host name. (knative#3390)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnghia authored and knative-prow-robot committed Mar 8, 2019
1 parent 2d08787 commit 9404da2
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,6 @@ spec:
---
apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
name: metadata-server-gke
namespace: knative-monitoring
labels:
serving.knative.dev/release: devel
spec:
hosts:
- metadata
ports:
- number: 80
name: http
protocol: HTTP
- number: 443
name: https
protocol: HTTPS
location: MESH_EXTERNAL
resolution: DNS
endpoints:
- address: 169.254.169.254
---
apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
name: metadata-server
namespace: knative-monitoring
Expand Down

0 comments on commit 9404da2

Please sign in to comment.