Skip to content

Commit

Permalink
Update versions in gateway, gatewayClass and httpRoute
Browse files Browse the repository at this point in the history
  • Loading branch information
pubudu538 committed Mar 12, 2024
1 parent c5a8865 commit a0cf67b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: gateway.networking.k8s.io/v1beta1
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
{{- if .Values.wso2.apk.dp.gatewayClass }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if or .Values.wso2.apk.dp.enabled .Values.wso2.apk.cp.enabled }}
apiVersion: gateway.networking.k8s.io/v1beta1
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: {{ .Values.wso2.apk.dp.gateway.name | default "wso2-apk-default" }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- prod-httproute
organization: wso2-org
---
apiVersion: gateway.networking.k8s.io/v1beta1
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: prod-httproute
Expand All @@ -55,7 +55,7 @@ spec:
kind: Backend
name: infra-backend-v1
---
apiVersion: gateway.networking.k8s.io/v1beta1
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: sand-httproute
Expand Down

0 comments on commit a0cf67b

Please sign in to comment.