Skip to content
This repository was archived by the owner on Aug 11, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions k8s/vpa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Recommendation-only VPAs for every Deployment/StatefulSet in
# this app (D-012, epic homelab#455). The in-cluster recommender
# publishes targets in each VPA's status; requests get right-sized
# from measured data in a follow-up commit. Never auto-applies.
---
apiVersion: autoscaling.k8s.io/v1
kind: VerticalPodAutoscaler
metadata:
name: sd-webui-rcom
namespace: sd-webui-rcom
spec:
targetRef:
apiVersion: apps/v1
kind: Deployment
name: sd-webui-rcom
updatePolicy:
updateMode: "Off"