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

feat: improve config and timeouts for languagetool

parent 54df0532
Branches main
No related tags found
No related merge requests found
Pipeline #2826 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: languagetool
description: Helm Chart for languagetool
type: application
version: 1.0.1
version: 1.0.2
appVersion: "340fa7f"
......@@ -24,6 +24,8 @@ data:
{{ end }}
{{ if .Values.redis.enabled }}
redisHost={{ .Values.redis.host }}
redisDatabase={{ .Values.redis.database }}
redisPassword={{ .Values.redis.password }}
redisDatabase={{ .Values.redis.database }}
{{ end }}
pipelineCaching=true
pipelinePrewarming=true
......@@ -57,6 +57,7 @@ spec:
httpGet:
path: /v2/healthcheck
port: http
failureThreshold: 300
livenessProbe:
httpGet:
path: /v2/healthcheck
......
......@@ -5,7 +5,7 @@ metadata:
{{ if .Values.metrics.enabled }}
annotations:
prometheus.io/path: "/metrics"
prometheus.io/port: "{{ .Values.metrics.port }}"
prometheus.io/port: "9090"
prometheus.io/scrape: "true"
{{ end }}
labels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment