-
Notifications
You must be signed in to change notification settings - Fork 9
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
base: develop
Are you sure you want to change the base?
Conversation
initContainers: | ||
- name: wait-redis |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а где в конфиге редис указано что ему нужен /data ?
Pull Request description
Changelog
Issues
Breaking changes
Check-list. Чек-лист код-ревью
helm lint charts/search-api