Removed memory requests for rss
This commit is contained in:
parent
62c9d3cc22
commit
31d17a812b
@ -106,11 +106,6 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: web
|
name: web
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 500Mi
|
|
||||||
requests:
|
|
||||||
memory: 500Mi
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
name: storage
|
name: storage
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
apiVersion: autoscaling.k8s.io/v1
|
|
||||||
kind: VerticalPodAutoscaler
|
|
||||||
metadata:
|
|
||||||
name: rss
|
|
||||||
spec:
|
|
||||||
targetRef:
|
|
||||||
apiVersion: "apps/v1"
|
|
||||||
kind: Deployment
|
|
||||||
name: rss
|
|
||||||
updatePolicy:
|
|
||||||
updateMode: "Auto"
|
|
Loading…
Reference in New Issue
Block a user