Commit bdc38742 authored by Geoff Simmons's avatar Geoff Simmons

extraArgs is empty by default in the viking-service chart.

parent 3e3ec0b1
...@@ -5,15 +5,7 @@ vikingService: ...@@ -5,15 +5,7 @@ vikingService:
tag: "master" tag: "master"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
extraArgs: extraArgs: []
- -p
- vcc_allow_inline_c=true
- -p
- thread_pools=4
- -p
- thread_pool_max=4096
- -p
- timeout_idle=600
extraEnvs: [] extraEnvs: []
resources: {} resources: {}
......
nameOverride: varnish-ingress nameOverride: varnish-ingress
fullnameOverride: varnish-ingress fullnameOverride: varnish-ingress
vikingService: vikingService:
varnish:
extraArgs: []
## Name of the ingress class to route through this controller ## Name of the ingress class to route through this controller
## ##
......
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