Skip to content

Commit db0b12b

Browse files
authored
Create api-vpa.yml
1 parent 528fb02 commit db0b12b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

manifests/api-vpa.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: autoscaling.k8s.io/v1
2+
kind: VerticalPodAutoscaler
3+
metadata:
4+
name: ss-api-vpa
5+
spec:
6+
targetRef:
7+
apiVersion:"apps/v1"
8+
kind: Deployment
9+
name: ss-api-deploymet
10+
updatePolicy:
11+
updateMode: "Off"

0 commit comments

Comments
 (0)