Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust CPU limit to reduce throttling, workflow fix #223

Merged
merged 13 commits into from
Jul 26, 2024
5 changes: 5 additions & 0 deletions helm-values/vc-authn-oidc/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,8 @@ mongodb:
livenessProbe:
enabled: true
timeoutSeconds: 10
postgresql:
primary:
resources:
limits:
cpu: 800m
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ ACAPY_TAILS_SERVER_BASE_URL=https://tails-dev.vonx.io
MIN_REPLICAS=1
MAX_REPLICAS=2
CPU_REQUEST=10m
CPU_LIMIT=500m
CPU_LIMIT=800m
MEMORY_REQUEST=10Mi
MEMORY_LIMIT=512Mi
2 changes: 1 addition & 1 deletion services/traction/charts/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ traction:
network.openshift.io/policy-group: ingress
resources:
limits:
cpu: 500m
cpu: 800m
tenant_proxy:
image:
tag: sha-c6abd7a
Expand Down
4 changes: 2 additions & 2 deletions services/traction/charts/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ traction:
network.openshift.io/policy-group: ingress
resources:
limits:
cpu: 400m
cpu: 1
memory: 500Mi
requests:
cpu: 120m
cpu: 250m
memory: 250Mi
autoscaling:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions services/traction/charts/test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ traction:
maxReplicas: 5
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80
resources:
limits:
cpu: 800m
tenant_proxy:
image:
pullPolicy: Always
Expand Down
3 changes: 3 additions & 0 deletions services/vc-authn-oidc/charts/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,6 @@ vc-authn-oidc:
primary:
persistence:
size: 5Gi
resources:
limits:
cpu: 800m