invidious: Add resource configuration
This commit is contained in:
parent
15acfb3d5b
commit
952fbf0016
|
@ -86,6 +86,13 @@ spec:
|
||||||
- mountPath: /invidious/config/config.yml
|
- mountPath: /invidious/config/config.yml
|
||||||
subPath: config.yml
|
subPath: config.yml
|
||||||
name: config
|
name: config
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: "128Mi"
|
||||||
|
cpu: "100m"
|
||||||
|
limits:
|
||||||
|
memory: "256Mi"
|
||||||
|
cpu: "500m"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 10
|
failureThreshold: 10
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
Loading…
Reference in New Issue