Skip to content

Commit

Permalink
add vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95…
Browse files Browse the repository at this point in the history
…b1296c219.tgz

vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/README.md
vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/main.yaml
vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/values.schema.json
  • Loading branch information
catalogbot committed Jan 29, 2025
1 parent fa94b6d commit 4f83ea9
Show file tree
Hide file tree
Showing 5 changed files with 606 additions and 1 deletion.
23 changes: 22 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13299,6 +13299,27 @@ entries:
urls:
- https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.1-eb086ca53b53207fa4ef9aaddc849bb0563a98b1.tgz
version: 5.3.1-eb086ca53b53207fa4ef9aaddc849bb0563a98b1
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/README.md
application.giantswarm.io/team: turtles
application.giantswarm.io/values-schema: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/values.schema.json
ui.giantswarm.io/logo: https://s.giantswarm.io/app-icons/k8s-initiator/1/dark.svg
apiVersion: v2
appVersion: 1.3.0
created: "2025-01-29T13:45:46.632284156Z"
dependencies:
- name: vertical-pod-autoscaler
repository: https://cowboysysop.github.io/charts
version: 10.0.0
description: A Helm chart for the Vertical Pod Autoscaler.
digest: 9d462fd220f8f6b5c606fa2a36be193622fdce4a73d12ac2dfa448f517f65c68
home: https://github.com/giantswarm/vertical-pod-autoscaler-app
icon: https://s.giantswarm.io/app-icons/k8s-initiator/1/dark.svg
name: vertical-pod-autoscaler-app
urls:
- https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz
version: 5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.0-f91ee3211fff2d65503f126ef21f25f293868095.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.0-f91ee3211fff2d65503f126ef21f25f293868095.tgz-meta/README.md
Expand Down Expand Up @@ -13803,4 +13824,4 @@ entries:
urls:
- https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-crd-3.1.1-05d778a740e0919e1ad9a8700db30f2169705a6d.tgz
version: 3.1.1-05d778a740e0919e1ad9a8700db30f2169705a6d
generated: "2025-01-29T08:51:06.583497454Z"
generated: "2025-01-29T13:45:46.624370694Z"
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[![CircleCI](https://circleci.com/gh/giantswarm/vertical-pod-autoscaler-app.svg?style=shield)](https://circleci.com/gh/giantswarm/vertical-pod-autoscaler-app)

# Vertical Pod Autoscaler

Giant Swarm offers a Vertical Pod Autoscaler managed app which can be installed in workload clusters. Here we define the chart with its templates and default configuration.

Additional reading can be found in our [public documentation](https://docs.giantswarm.io/getting-started/operations/autoscaling/vertical-pod-autoscaler).

## Example

You can create a `VerticalPodAutoscaler` resource that will monitor and update other resources in the same namespace:

```
apiVersion: autoscaling.k8s.io/v1
kind: VerticalPodAutoscaler
metadata:
name: fluent-logshipping
namespace: monitoring
spec:
targetRef:
apiVersion: apps/v1
kind: DaemonSet
name: fluent-logshipping
resourcePolicy:
containerPolicies:
- containerName: fluent-bit
controlledResources:
- memory
mode: Auto
minAllowed:
memory: 100Mi
maxAllowed:
memory: 500Mi
updatePolicy:
updateMode: Auto
```

This will look for `fluent-bit` containers of the `fluent-logshipping` DaemonSet and manage their memory requests. It will automatically adjust it between `100Mi` and `500Mi`.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/README.md
application.giantswarm.io/team: turtles
application.giantswarm.io/values-schema: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz-meta/values.schema.json
ui.giantswarm.io/logo: https://s.giantswarm.io/app-icons/k8s-initiator/1/dark.svg
chartApiVersion: v2
chartFile: vertical-pod-autoscaler-app-5.3.1-63ebbbe07b369c0ced25ec8380ceb95b1296c219.tgz
dateCreated: '2025-01-29T13:45:41.538376Z'
digest: 9d462fd220f8f6b5c606fa2a36be193622fdce4a73d12ac2dfa448f517f65c68
home: https://github.com/giantswarm/vertical-pod-autoscaler-app
icon: https://s.giantswarm.io/app-icons/k8s-initiator/1/dark.svg
Loading

0 comments on commit 4f83ea9

Please sign in to comment.