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 cpu: 250m
memory: 500Mi memory: 500Mi
limits: limits:
cpu: 250m
memory: 500Mi memory: 500Mi
volumeMounts: volumeMounts:
- name: actual-pv - name: actual-pv

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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