Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fixing - "--server-threads {{ .Values.redis.threads }}"
Browse files Browse the repository at this point in the history
Signed-off-by: Egor Ivanov <cheshi.mantu@protonmail.com>
  • Loading branch information
cheshi-mantu committed Sep 25, 2023
1 parent 8eb3a2c commit 4941693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/allure-testops/templates/infra/keydb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- "/etc/keydb/redis.conf"
- "--bind 0.0.0.0"
- "--port {{ .Values.redis.port }}"
- "--server-threads 2"
- "--server-threads {{ .Values.redis.threads }}"
- "--masterauth {{ .Values.redis.auth.password }}"
- "--requirepass {{ .Values.redis.auth.password }}"
ports:
Expand Down

0 comments on commit 4941693

Please sign in to comment.