Skip to content

Commit e519608

Browse files
committed
squash
1 parent 020afc5 commit e519608

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

charts/fluent-bit/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
- logging
66
- fluent-bit
77
- fluentd
8-
version: 0.54.0
8+
version: 0.55.0
99
appVersion: 4.1.0
1010
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
1111
home: https://fluentbit.io/

charts/fluent-bit/templates/vpa.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ metadata:
1111
{{- toYaml . | nindent 4 }}
1212
{{- end }}
1313
spec:
14+
recommenders:
15+
- name: {{ .Values.autoscaling.vpa.recommender }}
1416
resourcePolicy:
1517
containerPolicies:
1618
- containerName: {{ .Chart.Name }}

charts/fluent-bit/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ autoscaling:
257257
# cpu: 200m
258258
# memory: 100Mi
259259

260+
# Name of the VPA recommender that will provide recommendations for vertical scaling.
261+
recommender: default
262+
260263
updatePolicy:
261264
# Specifies whether recommended updates are applied when a Pod is started and whether recommended updates
262265
# are applied during the life of a Pod. Possible values are "Off", "Initial", "Recreate", and "Auto".

0 commit comments

Comments
 (0)