Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2021-12-26 11:56:32 +00:00
12 changed files with 123 additions and 0 deletions

11
manifests/rss/vpa.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: autoscaling.k8s.io/v1
kind: VerticalPodAutoscaler
metadata:
name: rss
spec:
targetRef:
apiVersion: "apps/v1"
kind: Deployment
name: rss
updatePolicy:
updateMode: "Auto"