Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
test: downgrade mockserver ingress to api v1beta1 to allow running on…
Browse files Browse the repository at this point in the history
… 1.18
  • Loading branch information
teodor-pripoae committed Aug 15, 2021
1 parent d23e030 commit 733645e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/fixtures/mockserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- port: 80
targetPort: 1080
---
apiVersion: networking.k8s.io/v1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: mockserver
Expand All @@ -56,8 +56,5 @@ spec:
http:
paths:
- backend:
service:
name: mockserver
port:
number: 80
pathType: ImplementationSpecific
serviceName: mockserver
servicePort: 80

0 comments on commit 733645e

Please sign in to comment.