-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
fix: Fixes read & backend replicas settings #12828
Changes from 1 commit
fac2bac
352d49d
9ba5bc4
1f94762
de33a62
f7967a8
2438fa6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ spec: | |
{{- if eq .Values.deploymentMode "SingleBinary" }} | ||
replicas: 0 | ||
{{- else }} | ||
replicas: {{ .Values.write.replicas }} | ||
replicas: {{ .Values.backend.replicas }} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 4 lines above this still says There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good point |
||
{{- end }} | ||
{{- end }} | ||
podManagementPolicy: {{ .Values.backend.podManagementPolicy }} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ spec: | |
{{- if eq .Values.deploymentMode "SingleBinary" }} | ||
replicas: 0 | ||
{{- else }} | ||
replicas: {{ .Values.write.replicas }} | ||
replicas: {{ .Values.read.replicas }} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here |
||
{{- end }} | ||
{{- end }} | ||
podManagementPolicy: {{ .Values.read.podManagementPolicy }} | ||
|
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.
The latest version is 6.4 now. Please use 6.4.1. And also please update
production/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
.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.
Thought README & CHANGELOG will be generated via CI Pipeline or did I missed sth?
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.
Not for the Helm charts at the moment so they have to be updated by hand.