Skip to content
Snippets Groups Projects
Verified Commit 88e56146 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: disable prewarming for languagetool

parent c70adb41
Branches
No related tags found
No related merge requests found
Pipeline #2827 passed
...@@ -28,4 +28,3 @@ data: ...@@ -28,4 +28,3 @@ data:
redisDatabase={{ .Values.redis.database }} redisDatabase={{ .Values.redis.database }}
{{ end }} {{ end }}
pipelineCaching=true pipelineCaching=true
pipelinePrewarming=true
...@@ -57,7 +57,6 @@ spec: ...@@ -57,7 +57,6 @@ spec:
httpGet: httpGet:
path: /v2/healthcheck path: /v2/healthcheck
port: http port: http
failureThreshold: 300
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /v2/healthcheck path: /v2/healthcheck
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment