mirror of
https://github.com/alibaba/higress.git
synced 2026-05-28 06:37:26 +08:00
Feat: upgrade gateway api to latest (#3160)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1alpha3
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: BackendTLSPolicy
|
||||
metadata:
|
||||
name: tls-upstream-echo
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
hostname: auth.example.com
|
||||
---
|
||||
# A redundant policy for the same service
|
||||
apiVersion: gateway.networking.k8s.io/v1alpha3
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: BackendTLSPolicy
|
||||
metadata:
|
||||
name: tls-upstream-echo-extra
|
||||
|
||||
Reference in New Issue
Block a user