Skip to content

Commit

Permalink
chore: wrong service port
Browse files Browse the repository at this point in the history
Signed-off-by: Ardika Bagus <me@ardikabs.com>
  • Loading branch information
ardikabs committed Aug 7, 2024
1 parent b8f1495 commit f1c1ce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/testdata/multi-referencegrants-same-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
kind: Service
name: app-backend-v3
namespace: multireferencegrants-ns
port: 80
port: 8080
weight: 1
matches:
- path:
Expand All @@ -28,7 +28,7 @@ spec:
kind: Service
name: app-backend-v2
namespace: multireferencegrants-ns
port: 80
port: 8080
weight: 1
matches:
- path:
Expand All @@ -39,7 +39,7 @@ spec:
kind: Service
name: app-backend-v1
namespace: multireferencegrants-ns
port: 80
port: 8080
weight: 1
matches:
- path:
Expand Down

0 comments on commit f1c1ce5

Please sign in to comment.