Skip to content

Commit

Permalink
Merge pull request #128 from theemadnes/issue-127-gateway-api-version
Browse files Browse the repository at this point in the history
update gateway API for store-autoscale
  • Loading branch information
boredabdel authored Mar 29, 2023
2 parents ffa0280 + b59aede commit 4ff221a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway/docs/store-autoscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
type: ClusterIP
---
kind: Gateway
apiVersion: gateway.networking.k8s.io/v1alpha2
apiVersion: gateway.networking.k8s.io/v1beta1
metadata:
name: store-autoscale
spec:
Expand All @@ -47,7 +47,7 @@ spec:
port: 80
---
kind: HTTPRoute
apiVersion: gateway.networking.k8s.io/v1alpha2
apiVersion: gateway.networking.k8s.io/v1beta1
metadata:
name: store-autoscale
labels:
Expand Down

0 comments on commit 4ff221a

Please sign in to comment.