Tweak memory requests
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
@@ -36,9 +36,9 @@ spec:
|
||||
name: web
|
||||
resources:
|
||||
limits:
|
||||
memory: 200Mi
|
||||
memory: 150Mi
|
||||
requests:
|
||||
memory: 200Mi
|
||||
memory: 150Mi
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
@@ -1,4 +1,4 @@
|
||||
apiVersion: v1
|
||||
orapiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: bsky-screenshot
|
||||
@@ -36,9 +36,9 @@ spec:
|
||||
name: web
|
||||
resources:
|
||||
limits:
|
||||
memory: 20Mi
|
||||
memory: 105Mi
|
||||
requests:
|
||||
memory: 20Mi
|
||||
memory: 105Mi
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
|
@@ -37,6 +37,11 @@ spec:
|
||||
env:
|
||||
- name: ALLOWLIST
|
||||
value: cdn.bsky.app
|
||||
resources:
|
||||
requests:
|
||||
memory: 184M
|
||||
limits:
|
||||
memory: 184M
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
|
@@ -34,6 +34,11 @@ spec:
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: web
|
||||
resources:
|
||||
requests:
|
||||
memory: 80M
|
||||
limits:
|
||||
memory: 80M
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
|
@@ -77,7 +77,7 @@ spec:
|
||||
name: web
|
||||
resources:
|
||||
requests:
|
||||
memory: 400Mi
|
||||
memory: 800Mi
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: git-data
|
||||
|
@@ -106,6 +106,11 @@ spec:
|
||||
value: "true"
|
||||
- name: GRIST_SANDBOX_FLAVOR
|
||||
value: gvisor
|
||||
resources:
|
||||
requests:
|
||||
memory: 300M
|
||||
limits:
|
||||
memory: 300M
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
|
@@ -72,10 +72,10 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 650M
|
||||
memory: 550M
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 650M
|
||||
memory: 550M
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
|
@@ -284,9 +284,10 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1038m
|
||||
memory: 512M
|
||||
memory: 765M
|
||||
limits:
|
||||
cpu: 1200m
|
||||
memory: 765M
|
||||
volumeMounts:
|
||||
- name: nextcloud-data
|
||||
mountPath: /var/www/
|
||||
|
@@ -78,6 +78,11 @@ spec:
|
||||
ports:
|
||||
- containerPort: 1880
|
||||
name: web
|
||||
resources:
|
||||
requests:
|
||||
memory: 200M
|
||||
limits:
|
||||
memory: 200M
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
|
@@ -73,7 +73,9 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 8m
|
||||
memory: 1024Mi
|
||||
memory: 1389M
|
||||
limits:
|
||||
memory: 1489M
|
||||
volumeMounts:
|
||||
- mountPath: /opt/outline/.env
|
||||
subPath: .env
|
||||
|
Reference in New Issue
Block a user