Skip to content

Commit

Permalink
Merge branch 'main' into feat/allow-overriding-of-reconciliation-fn-i…
Browse files Browse the repository at this point in the history
…n-kcInRealmResourceCr-class
  • Loading branch information
evertdespiegeleer committed Jan 20, 2025
2 parents 0da342b + 7b38fd4 commit ceaefd3
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions k8s/bullboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,16 @@ spec:
value: "6379"
resources:
requests:
cpu: 50m
memory: 64Mi
cpu: 200m
memory: 128Mi
limits:
cpu: 100m
cpu: 400m
memory: 256Mi
livenessProbe:
httpGet:
path: /
port: 3000
readinessProbe:
httpGet:
path: /
port: 3000

0 comments on commit ceaefd3

Please sign in to comment.