File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,27 +46,22 @@ spec:
4646
4747---
4848
49- kind : Ingress
50- apiVersion : networking.k8s.io/v1
49+ apiVersion : gateway.networking.k8s.io/v1
50+ kind : HTTPRoute
5151metadata :
5252 name : echo-http
5353 namespace : echo-http
54- annotations :
55- cert-manager.io/cluster-issuer : letsencrypt-prod
56- kubernetes.io/ingress.class : nginx
5754spec :
58- tls :
59- - hosts :
60- - echo-http.sandbox.k8s.phl.io
61- secretName : echo-http-tls
55+ parentRefs :
56+ - name : main-gateway
57+ namespace : envoy-gateway-system
58+ hostnames :
59+ - echo-http.sandbox.k8s.phl.io
6260 rules :
63- - host : echo-http.sandbox.k8s.phl.io
64- http :
65- paths :
66- - path : /
67- pathType : Prefix
68- backend :
69- service :
70- name : echo-http
71- port :
72- number : 80
61+ - matches :
62+ - path :
63+ type : PathPrefix
64+ value : /
65+ backendRefs :
66+ - name : echo-http
67+ port : 80
You can’t perform that action at this time.
0 commit comments