Skip to content

Commit

Permalink
fix: increase OPA resource requests to prevent erroneous autoscaling …
Browse files Browse the repository at this point in the history
…during startup
  • Loading branch information
garryod committed Jan 20, 2025
1 parent a724123 commit 46bce24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/opa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: opa
description: An OPA deployment to run alongside applications requiring authorization
type: application
version: 0.6.3
version: 0.6.4
appVersion: 0.59.0
maintainers:
- name: garryod
Expand Down
8 changes: 7 additions & 1 deletion charts/opa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ ingress:
hosts: []
tls: []

resources: {}
resources:
requests:
cpu: 1000m
memory: 2Gi
limits:
cpu: 1000m
memory: 2Gi

replicaCount: 1

Expand Down

0 comments on commit 46bce24

Please sign in to comment.