diff --git a/53ll/values.yaml b/53ll/values.yaml index 9985e41..a620bca 100644 --- a/53ll/values.yaml +++ b/53ll/values.yaml @@ -16,9 +16,9 @@ resources: limits: cpu: 500m ephemeral-storage: 2Gi - memory: 192Mi + memory: 250Mi requests: - cpu: 100m + cpu: 10m ephemeral-storage: 50Mi memory: 128Mi persistence: diff --git a/kgnot/values.yaml b/kgnot/values.yaml index 2ca4ba1..4d818ff 100644 --- a/kgnot/values.yaml +++ b/kgnot/values.yaml @@ -16,9 +16,9 @@ resources: limits: cpu: 500m ephemeral-storage: 2Gi - memory: 192Mi + memory: 250Mi requests: - cpu: 100m + cpu: 10m ephemeral-storage: 50Mi memory: 128Mi diff --git a/synapse/values.yaml b/synapse/values.yaml index 59043b0..45867b7 100644 --- a/synapse/values.yaml +++ b/synapse/values.yaml @@ -13,6 +13,14 @@ signingkey: synapse: strategy: type: Recreate + resources: + requests: + cpu: 10m + memory: 160Mi + limits: + cpu: '1' + memory: 320Mi + config: macaroonSecretKey: # set through cli args registrationSharedSecret: # set through cli args