Skip to content

Commit

Permalink
Merge pull request #635 from klinch0/feature/update-limits
Browse files Browse the repository at this point in the history
feature/add-more-resources
  • Loading branch information
lllamnyp authored Feb 18, 2025
2 parents bd90eb2 + 9a55747 commit 1844e22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/system/capi-providers/templates/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ metadata:
spec:
# https://github.com/clastix/cluster-api-control-plane-provider-kamaji
version: v0.11.0
deployment:
containers:
- name: manager
resources:
limits:
cpu: 1024m
memory: 1024Mi
---
apiVersion: operator.cluster.x-k8s.io/v1alpha2
kind: BootstrapProvider
Expand Down
6 changes: 6 additions & 0 deletions packages/system/keycloak-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
keycloak-operator:
clusterReconciliationEnabled: true
resources:
limits:
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi

0 comments on commit 1844e22

Please sign in to comment.