Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading