Skip to content

Commit

Permalink
e2e-test: app1 (#803)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 2776a71 commit 06d0571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app1/deployment/echoserver.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: echoserver
name: echoserver-test1
spec:
replicas: 1
selector:
Expand All @@ -14,6 +14,6 @@ spec:
spec:
containers:
- image: gcr.io/google_containers/echoserver:1.8
name: echoserver
name: echoserver-test1
ports:
- containerPort: 8080

0 comments on commit 06d0571

Please sign in to comment.