Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[keys] redis and tasker fix #563

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

[keys] redis and tasker fix #563

wants to merge 3 commits into from

Conversation

Efber
Copy link
Contributor

@Efber Efber commented Dec 26, 2024

Pull Request description

Changelog

  • Добавлена проверка доступности redis перед стартом Tasker
  • Добавлен emptyDir volume для redis

Issues

Breaking changes

Check-list. Чек-лист код-ревью

  • Запрос на слияние в develop.
  • Есть описание к PR.
  • Указаны блокирующие изменения. Breaking-Changes
  • Соответствие кода принятому стилю
    • Описание настроек.
    • Именование настроек.
    • Дефолтные значения.
    • Стиль кода.
  • Работоспособность. Разворачивается на своем окружении из ветки PR.
    • Тест API через тесты helmfile-хуков или коллекций Postman.
  • Не осталось мусора от удаления каких-то параметров. Ищется поиском по проекту из ветки PR.
  • Отработка линтера на чарт из ветки PR. Пример: helm lint charts/search-api

initContainers:
- name: wait-redis
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

давайте без initContainer. Пусть ретраи работают.

@@ -33,6 +33,9 @@ spec:
- configMap:
name: {{ include "keys.redis.name" . }}
name: conf
- name: data
emptyDir:
sizeLimit: 1Gi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а мы можем оценить? нам действительно столько надо?

@@ -53,6 +56,8 @@ spec:
- name: conf
mountPath: {{ .Values.redis.configPath }}
subPath: redis.conf
- name: data
mountPath: /data
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а где в конфиге редис указано что ему нужен /data ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants