limit=request
This commit is contained in:
parent
56c3ee9225
commit
930cfe8357
|
@ -24,7 +24,7 @@ spec:
|
|||
cpu: 100m
|
||||
limits:
|
||||
memory: 128Mi
|
||||
cpu: 500m
|
||||
cpu: 100m
|
||||
ports:
|
||||
- containerPort: 9115
|
||||
name: http-metrics
|
||||
|
|
|
@ -42,7 +42,7 @@ spec:
|
|||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 250Mi
|
||||
memory: 100Mi
|
||||
---
|
||||
kind: Role
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
|
|
|
@ -60,7 +60,7 @@ spec:
|
|||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 250m
|
||||
memory: 250Mi
|
||||
memory: 100Mi
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: drone-server-pv
|
||||
|
|
|
@ -46,8 +46,8 @@ spec:
|
|||
cpu: 250m
|
||||
memory: 250Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 500Mi
|
||||
cpu: 250m
|
||||
memory: 250Mi
|
||||
volumeMounts:
|
||||
- name: gitea-pv
|
||||
mountPath: /data
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -31,8 +31,8 @@ spec:
|
|||
memory: 20Mi
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 50Mi
|
||||
cpu: 500m
|
||||
memory: 20Mi
|
||||
cpu: 100m
|
||||
volumeMounts:
|
||||
- name: proc
|
||||
readOnly: true
|
||||
|
|
|
@ -44,7 +44,7 @@ spec:
|
|||
cpu: 500m
|
||||
memory: 1Gi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
cpu: 500m
|
||||
memory: 1Gi
|
||||
volumeMounts:
|
||||
- name: postgres-pvc
|
||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
|||
cpu: 250m
|
||||
memory: 250Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
cpu: 250m
|
||||
memory: 250Mi
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
Loading…
Reference in New Issue