resources und limits to resources and appInit

This commit is contained in:
titver968
2025-10-08 14:38:25 +02:00
parent 0b7dcbf17f
commit a7d14600af

View File

@@ -57,6 +57,19 @@ spec:
name: "OpenProject Admin" name: "OpenProject Admin"
mail: "inno-netz@zpd.polizei.niedersachsen.de" mail: "inno-netz@zpd.polizei.niedersachsen.de"
resources:
requests:
memory: "1Gi"
limits:
memory: "2Gi"
appInit:
resources:
requests:
memory: "512Mi"
limits:
memory: "1Gi"
memcached: memcached:
global: global:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false