Skip to content

Commit

Permalink
add more resources
Browse files Browse the repository at this point in the history
  • Loading branch information
klinch0 committed Feb 18, 2025
1 parent eefef8b commit 9a55747
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 9a55747

Please sign in to comment.