Skip to content
Snippets Groups Projects
Commit b0899de4 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

add resource requests to development pod

parent cae98b9c
No related branches found
No related tags found
1 merge request!2180Development
...@@ -8,3 +8,21 @@ ingress: ...@@ -8,3 +8,21 @@ ingress:
- hosts: - hosts:
- metager3.de - metager3.de
secretName: metager-tls-2023 secretName: metager-tls-2023
resources:
requests:
fpm:
cpu: 1
memory: 500M
scheduler:
cpu: 100m
memory: 100M
worker:
cpu: 1
memory: 100M
nginx:
cpu: 100m
memory: 100M
redis:
cpu: 100m
memory: 1Gi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment