Commit dfab0df7 authored by Geoff Simmons's avatar Geoff Simmons

Fix an e2e test when the deployment method is kubectl.

The replica scaling test for self-sharding requires the Deployment
name "varnish-ingress" for the viking service.
parent ab2b74c6
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: varnish name: varnish-ingress
spec: spec:
replicas: 2 replicas: 2
selector: selector:
......
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: varnish name: varnish-ingress
spec: spec:
replicas: 2 replicas: 2
selector: selector:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment