Commit 7564d2d8 authored by Geoff Simmons's avatar Geoff Simmons

Remove unneeded custom VCL lines from the ShardParam e2e test.

parent fff883d8
......@@ -36,11 +36,6 @@ ingress:
vikingAdmSvc: varnish-ingress-admin
vcl: |
sub vcl_init {
vk8s_default_2f_coffee-svc_director.associate(caffeine.use());
vk8s_default_2f_tea-svc_director.associate(theobromine.use());
}
sub vcl_backend_fetch {
caffeine.set(warmup=0.25, rampup=true);
theobromine.set(warmup=0.75, rampup=false);
......
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