no deployment for debian-stable and descheduler policy update

This commit is contained in:
2021-02-27 14:11:44 +01:00
parent 8bf0fe5f10
commit 033118eb89
2 changed files with 2 additions and 30 deletions

View File

@@ -1,28 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: debian-stable
labels:
app: debian-stable
spec:
replicas: 1
selector:
matchLabels:
app: debian-stable
strategy:
type: Recreate
template:
metadata:
labels:
app: debian-stable
spec:
containers:
- name: debian-stable
image: cr.lan/debian-stable:latest
resources:
requests:
memory: "24Mi"
cpu: "50m"
limits:
memory: "256Mi"
cpu: "300m"

View File

@@ -22,6 +22,6 @@ data:
"pods": 15
targetThresholds:
"cpu": 70
"memory": 70
"pods": 16
"memory": 80
"pods": 20