remove BackendTLSPolicy
- Cilium Gateway doesn't support TLS backends yet.
This commit is contained in:
@@ -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: ""
|
||||
@@ -8,7 +8,7 @@ spec:
|
||||
- group: ""
|
||||
kind: Service
|
||||
name: web
|
||||
port: 443
|
||||
port: 80
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
|
||||
@@ -13,7 +13,7 @@ spec:
|
||||
- group: ""
|
||||
kind: Service
|
||||
name: web
|
||||
port: 443
|
||||
port: 80
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
|
||||
Reference in New Issue
Block a user