Skip to content

Commit

Permalink
code review: revert breaking changes to e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
yskopets committed Feb 18, 2020
1 parent 47f5f15 commit 55077e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ networking:
servicePort: {{ LOCAL_PORT }}
tags:
service: kuma-example-backend
protocol: http
version: v1
env: prod"

Expand Down
5 changes: 4 additions & 1 deletion tools/e2e/examples/minikube/kuma-routing/kuma-routing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,14 @@ metadata:
name: kuma-example-backend
namespace: kuma-example
annotations:
7070.service.kuma.io/protocol: http
8080.service.kuma.io/protocol: http
spec:
ports:
- port: 7070
name: tcp
- port: 8080
name: http
targetPort: 7070
selector:
app: kuma-example-backend
---
Expand Down

0 comments on commit 55077e2

Please sign in to comment.