Skip to content

Commit

Permalink
Helm Chart: update Consumer API (#444)
Browse files Browse the repository at this point in the history
* feat: increase resource limits for Admin UI

* feat: upgrade Consumer API to v4.2.0

* ci: trigger pipelines

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
tnotheis and github-actions[bot] authored Dec 13, 2023
1 parent 612be22 commit 02a64f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ adminui:
cpu: "50m"
memory: "64Mi"
limits:
cpu: "100m"
memory: "128Mi"
cpu: "200m"
memory: "512Mi"

# securityContext - securityContext for the Consumer API container (see https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1)
securityContext: {}
Expand Down

0 comments on commit 02a64f3

Please sign in to comment.