remove cpu limit
This commit is contained in:
parent
244a889db1
commit
cc777b02ca
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"vs-kubernetes": {
|
||||||
|
"disable-linters": ["resource-limits"],
|
||||||
|
}
|
||||||
|
}
|
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue