Skip to content

Commit 65bb79e

Browse files
committed
fix: move httproute and backendtls into component
1 parent bd8dd84 commit 65bb79e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: kustomize.config.k8s.io/v1alpha1
2+
kind: Component
3+
4+
resources:
5+
- httproute.yaml
6+
- backend-tls-policy.yaml

config/ingress/gateway-api/kustomization.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

config/overlays/test-infra/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ resources:
1414
- ../../apiserver
1515
- ../../controller-manager/overlays/core-control-plane
1616

17-
# Ingress configuration (shared Gateway API with Envoy)
18-
- ../../ingress/gateway-api
1917

2018
components:
2119
- components/auth
2220
- components/certificates
2321
- ../../components/certificates
2422
- ../../components/apiserver-audit-logging
23+
# Ingress configuration (shared Gateway API with Envoy)
24+
- ../../components/gateway-api
2525

2626
patches:
2727
# Configure API server for etcd connection

0 commit comments

Comments
 (0)