Commit 8abed666 authored by Lars Fenneberg's avatar Lars Fenneberg

Helm charts: sensible default extra args for viking-service

parent 15842c1e
......@@ -5,7 +5,15 @@ vikingService:
tag: "master"
pullPolicy: IfNotPresent
extraArgs: []
extraArgs:
- -p
- vcc_allow_inline_c=true
- -p
- thread_pools=4
- -p
- thread_pool_max=4096
- -p
- timeout_idle=600
extraEnvs: []
resources: {}
......@@ -25,6 +33,8 @@ vikingService:
kind: Deployment
# Only applicable if kind is StatefulSet
# If enabled this will mount a persistent volume per pod each under /run/varnish-home/persistent-storage.
# A storage backend needs to be configured to use this space.
persistentVolume:
enabled: false
storageClass: null
......
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