diff --git a/crowdsec/values.yaml b/crowdsec/values.yaml index 7156050..4bc52f8 100644 --- a/crowdsec/values.yaml +++ b/crowdsec/values.yaml @@ -24,10 +24,7 @@ crowdsec: &crowdsec_config value: Europe/Paris lapi: strategy: - type: RollingUpdate - rollingUpdate: - maxUnavailable: 0 - maxSurge: 1 + type: Recreate env: - name: TZ value: Europe/Paris @@ -95,4 +92,4 @@ tool: repo: https://crowdsecurity.github.io/helm-charts chart: crowdsec version: 0.20.1 - values: *crowdsec_config \ No newline at end of file + values: *crowdsec_config