migrate from ingress-nginx to gateway-api
This commit is contained in:
15
apps/kustomize/web/base/gateway/routes/https-v4.yaml
Normal file
15
apps/kustomize/web/base/gateway/routes/https-v4.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: web-https-v4
|
||||
spec:
|
||||
rules:
|
||||
- backendRefs:
|
||||
- group: ""
|
||||
kind: Service
|
||||
name: web
|
||||
port: 443
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
Reference in New Issue
Block a user