1
0
Fork 0

limit=request

This commit is contained in:
Massaki Archambault 2022-05-25 23:43:44 -04:00
parent 56c3ee9225
commit 930cfe8357
9 changed files with 13 additions and 13 deletions

View File

@ -24,7 +24,7 @@ spec:
cpu: 100m
limits:
memory: 128Mi
cpu: 500m
cpu: 100m
ports:
- containerPort: 9115
name: http-metrics

View File

@ -42,7 +42,7 @@ spec:
memory: 100Mi
limits:
cpu: 100m
memory: 250Mi
memory: 100Mi
---
kind: Role
apiVersion: rbac.authorization.k8s.io/v1

View File

@ -60,7 +60,7 @@ spec:
memory: 100Mi
limits:
cpu: 250m
memory: 250Mi
memory: 100Mi
volumeMounts:
- mountPath: /data
name: drone-server-pv

View File

@ -46,8 +46,8 @@ spec:
cpu: 250m
memory: 250Mi
limits:
cpu: 500m
memory: 500Mi
cpu: 250m
memory: 250Mi
volumeMounts:
- name: gitea-pv
mountPath: /data

View File

@ -61,8 +61,8 @@ spec:
cpu: 250m
memory: 250Mi
limits:
cpu: 500m
memory: 500Mi
cpu: 250m
memory: 250Mi
volumeMounts:
- name: grafana-datasources
mountPath: /etc/grafana/provisioning/datasources

View File

@ -72,8 +72,8 @@ spec:
cpu: 1000m
memory: 1Gi
limits:
cpu: 2000m
memory: 2Gi
cpu: 1000m
memory: 1Gi
volumeMounts:
- name: nextcloud-pv
mountPath: /var/www/html

View File

@ -31,8 +31,8 @@ spec:
memory: 20Mi
cpu: 100m
limits:
memory: 50Mi
cpu: 500m
memory: 20Mi
cpu: 100m
volumeMounts:
- name: proc
readOnly: true

View File

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

View File

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