update resources

This commit is contained in:
gilgamezh
2024-07-07 11:55:57 +02:00
parent 6cdd5e7b43
commit 3d4b005708
5 changed files with 42 additions and 3 deletions
+10
View File
@@ -3,6 +3,16 @@ primary:
existingClaim: "postgres"
nodeSelector:
kubernetes.io/hostname: "turing3"
resources:
requests:
memory: "2Gi"
cpu: "2"
ephemeral-storage: "50Mi"
limits:
memory: "3Gi"
cpu: "2"
ephemeral-storage: "1Gi"
auth:
postgresPassword: "clavedatabase"