-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add janitor/control plane services, cleanup. #69
Conversation
fmassot
commented
Mar 2, 2024
•
edited
Loading
edited
@@ -10,7 +10,7 @@ spec: | |||
matchLabels: | |||
{{- include "quickwit.control_plane.selectorLabels" . | nindent 6 }} | |||
strategy: | |||
{{- toYaml .Values.control_plane.updateStrategy | nindent 4 }} | |||
type: Recreate |
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.
Ensures only one control plane in the metastore when upgrading the chart.
@@ -155,11 +155,6 @@ metastore: | |||
# cpu: 100m | |||
# memory: 128Mi | |||
|
|||
## Pod distruption budget | |||
podDisruptionBudget: {} |
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.
cleanup: was not used in the chart.
@@ -187,8 +182,6 @@ metastore: | |||
affinity: {} | |||
|
|||
control_plane: | |||
replicaCount: 1 |
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.
we don't want more than 1 control plane
@@ -248,14 +233,6 @@ janitor: | |||
# cpu: 100m | |||
# memory: 128Mi | |||
|
|||
## Pod distruption budget |
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.
was not used