12 lines
215 B
YAML
12 lines
215 B
YAML
apiVersion: autoscaling.k8s.io/v1
|
|
kind: VerticalPodAutoscaler
|
|
metadata:
|
|
name: dashboard
|
|
spec:
|
|
targetRef:
|
|
apiVersion: "apps/v1"
|
|
kind: Deployment
|
|
name: dashboard
|
|
updatePolicy:
|
|
updateMode: "Auto"
|