1
0
Fork 0

remove cpu limit

This commit is contained in:
Massaki Archambault 2025-05-10 22:12:23 -04:00
parent 244a889db1
commit cc777b02ca
24 changed files with 5 additions and 23 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"vs-kubernetes": {
"disable-linters": ["resource-limits"],
}
}

View File

@ -27,7 +27,6 @@ spec:
cpu: 250m
memory: 500Mi
limits:
cpu: 250m
memory: 500Mi
volumeMounts:
- name: actual-pv

View File

@ -24,7 +24,6 @@ spec:
cpu: 100m
limits:
memory: 128Mi
cpu: 100m
securityContext:
allowPrivilegeEscalation: true
capabilities:

View File

@ -33,7 +33,6 @@ spec:
cpu: 1500m
memory: 500Mi
limits:
cpu: 1500m
memory: 500Mi
volumeMounts:
- name: deluge-config-pvc

View File

@ -32,7 +32,6 @@ spec:
cpu: 200m
limits:
memory: 200Mi
cpu: 200m
ports:
- containerPort: 8000
name: http

View File

@ -59,7 +59,6 @@ spec:
cpu: 500m
memory: 500Mi
limits:
cpu: 1000m
memory: 500Mi
volumeMounts:
- name: gitea-pv

View File

@ -62,7 +62,6 @@ spec:
cpu: 500m
limits:
memory: 500Mi
cpu: 500m
volumeMounts:
- name: runner-scripts
mountPath: /scripts

View File

@ -78,7 +78,6 @@ spec:
cpu: 500m
memory: 500Mi
limits:
cpu: 500m
memory: 500Mi
volumeMounts:
- name: grafana-datasources

View File

@ -25,7 +25,6 @@ spec:
cpu: 1000m
memory: 1Gi
limits:
cpu: 1500m
memory: 1Gi
---
apiVersion: v1

View File

@ -51,7 +51,6 @@ spec:
cpu: 2000m
memory: 2Gi
limits:
cpu: 3500m
memory: 2Gi
volumeMounts:
- name: jellyfin-config-pvc

View File

@ -37,7 +37,6 @@ spec:
cpu: 1000m
memory: 1.5Gi
limits:
cpu: 4000m
memory: 2Gi
---
apiVersion: v1

View File

@ -35,6 +35,5 @@ spec:
cpu: 500m
memory: 1.5Gi
limits:
cpu: 1000m
memory: 2Gi
nvidia.com/gpu: "1"

View File

@ -35,7 +35,6 @@ spec:
cpu: 200m
memory: 200Mi
limits:
cpu: 200m
memory: 200Mi
volumeMounts:
- name: proxy-config

View File

@ -26,7 +26,6 @@ spec:
cpu: 500m
memory: 500Mi
limits:
cpu: 500m
memory: 500Mi
volumeMounts:
- name: mongodb-pvc

View File

@ -36,7 +36,6 @@ spec:
cpu: 500m
memory: 1Gi
limits:
cpu: 1000m
memory: 1Gi
---
apiVersion: v1

View File

@ -85,7 +85,6 @@ spec:
cpu: 1000m
memory: 2Gi
limits:
cpu: 2000m
memory: 2Gi
volumeMounts:
- name: nextcloud-pv

View File

@ -42,7 +42,6 @@ spec:
cpu: 1000m
limits:
memory: 4Gi
cpu: 3000m
nvidia.com/gpu: "1"
# amd.com/gpu: "1"
ports:

View File

@ -41,7 +41,6 @@ spec:
cpu: 500m
memory: 1Gi
limits:
cpu: 1000m
nvidia.com/gpu: "1"
volumeMounts:
- name: server-voices-pv

View File

@ -70,7 +70,6 @@ spec:
cpu: 500m
memory: 1Gi
limits:
cpu: 1
memory: 1Gi
ports:
- containerPort: 8080

View File

@ -44,7 +44,6 @@ spec:
cpu: 1000m
memory: 1Gi
limits:
cpu: 2000m
memory: 1Gi
volumeMounts:
- name: postgres-pvc

View File

@ -43,7 +43,6 @@ spec:
cpu: 1000m
memory: 1Gi
limits:
cpu: 2000m
memory: 2Gi
storage:
volumeClaimTemplate:

View File

@ -32,7 +32,6 @@ spec:
cpu: 250m
memory: 250Mi
limits:
cpu: 250m
memory: 250Mi
---
apiVersion: v1

View File

@ -37,7 +37,6 @@ spec:
cpu: 200m
limits:
memory: 512Mi
cpu: 200m
ports:
- containerPort: 8000
name: http

View File

@ -20,7 +20,6 @@ spec:
cpu: 100m
limits:
memory: 128Mi
cpu: 100m
ports:
- containerPort: 9116
name: http-metrics