first commit
This commit is contained in:
11
autoscaling/vertical-pod-autoscaling/vpa.yaml
Normal file
11
autoscaling/vertical-pod-autoscaling/vpa.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: autoscaling.k8s.io/v1
|
||||
kind: VerticalPodAutoscaler
|
||||
metadata:
|
||||
name: application-cpu
|
||||
spec:
|
||||
targetRef:
|
||||
apiVersion: "apps/v1"
|
||||
kind: Deployment
|
||||
name: application-cpu
|
||||
updatePolicy:
|
||||
updateMode: "Off" # Auto for automatic updates, Off for manual updates
|
||||
Reference in New Issue
Block a user