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 cpu: 100m
limits: limits:
memory: 128Mi memory: 128Mi
cpu: 500m cpu: 100m
ports: ports:
- containerPort: 9115 - containerPort: 9115
name: http-metrics name: http-metrics

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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