Skip to content

Commit

Permalink
removed unused autoscaling settings for fluentbit (#16565)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler committed Jan 16, 2023
1 parent a9c3c90 commit ad7f97f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
39 changes: 0 additions & 39 deletions resources/telemetry/charts/fluent-bit/templates/hpa.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions resources/telemetry/charts/fluent-bit/values.yaml
Expand Up @@ -184,33 +184,6 @@ ingress:
# hosts:
# - fluent-bit.example.tld

## only available if kind is Deployment
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 3
targetCPUUtilizationPercentage: 75
# targetMemoryUtilizationPercentage: 75
## see https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/#autoscaling-on-multiple-metrics-and-custom-metrics
customRules: []
# - type: Pods
# pods:
# metric:
# name: packets-per-second
# target:
# type: AverageValue
# averageValue: 1k
## see https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-configurable-scaling-behavior
behavior: {}
# scaleDown:
# policies:
# - type: Pods
# value: 4
# periodSeconds: 60
# - type: Percent
# value: 10
# periodSeconds: 60

## only available if kind is Deployment
podDisruptionBudget:
enabled: false
Expand Down

0 comments on commit ad7f97f

Please sign in to comment.