diff --git a/services/comms/helmrelease.yaml b/services/comms/helmrelease.yaml index 2d721fd4..7abc7c64 100644 --- a/services/comms/helmrelease.yaml +++ b/services/comms/helmrelease.yaml @@ -71,13 +71,17 @@ spec: runAsGroup: 666 resources: requests: - cpu: 500m - memory: 1Gi + cpu: 100m + memory: 256Mi limits: cpu: "2" memory: 3Gi annotations: vault.hashicorp.com/agent-inject: "true" + vault.hashicorp.com/agent-requests-cpu: 25m + vault.hashicorp.com/agent-requests-mem: 64Mi + vault.hashicorp.com/agent-limits-cpu: 100m + vault.hashicorp.com/agent-limits-mem: 128Mi vault.hashicorp.com/role: "comms" vault.hashicorp.com/agent-inject-secret-synapse-env.sh: "kv/data/atlas/comms/synapse-db" vault.hashicorp.com/agent-inject-template-synapse-env.sh: |