Skip to content

Commit

Permalink
cluster: vmbackupmanager fixed args (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk authored Oct 18, 2024
1 parent c3f42d7 commit bd40b22
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/victoria-metrics-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Next release

- TODO
- Fixed vmbackupmanager args

## 0.14.4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
{{- if $app.securityContext.enabled }}
securityContext: {{ include "vm.securityContext" (dict "securityContext" $app.securityContext "helm" .) | nindent 12 }}
{{- end }}
args: {{ include "vmbackupmanager.args" . }}
args: {{ include "vmbackupmanager.args" . | nindent 12 }}
{{- with $manager.resources }}
resources: {{ toYaml . | nindent 12 }}
{{- end }}
Expand Down
8 changes: 8 additions & 0 deletions hack/helm/victoria-metrics-cluster/lint/simple.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
vmstorage:
vmbackupmanager:
enabled: true
resources:
limits:
memory: 500Mi
requests:
cpu: 50m
memory: 20Mi
podDisruptionBudget:
enabled: true
serviceMonitor:
Expand Down

0 comments on commit bd40b22

Please sign in to comment.