Skip to content
Snippets Groups Projects
Verified Commit 23de1872 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(blog): Add VPA for blog

parent 8fdcbe17
Branches
Tags 24.96.3
No related merge requests found
apiVersion: autoscaling.k8s.io/v1
kind: VerticalPodAutoscaler
metadata:
name: blog
spec:
targetRef:
apiVersion: "apps/v1"
kind: Deployment
name: blog
updatePolicy:
updateMode: "Auto"
resourcePolicy:
containerPolicies:
- containerName: '*'
minAllowed:
cpu: 10m
memory: 50Mi
maxAllowed:
cpu: 1
memory: 1Gi
controlledResources: ["cpu", "memory"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment