remove BackendTLSPolicy

- Cilium Gateway doesn't support TLS backends yet.
This commit is contained in:
2026-02-04 16:01:58 -07:00
parent b8d41e95e4
commit d31a196d87
9 changed files with 9 additions and 35 deletions

View File

@@ -1,14 +0,0 @@
apiVersion: gateway.networking.k8s.io/v1
kind: BackendTLSPolicy
metadata:
name: web-gw
spec:
targetRefs:
- kind: Service
name: web
group: ""
validation:
caCertificateRefs:
- kind: ConfigMap
name: brds-bundle
group: ""

View File

@@ -8,7 +8,7 @@ spec:
- group: ""
kind: Service
name: web
port: 443
port: 80
matches:
- path:
type: PathPrefix

View File

@@ -13,7 +13,7 @@ spec:
- group: ""
kind: Service
name: web
port: 443
port: 80
matches:
- path:
type: PathPrefix