Skip to content

Commit

Permalink
Updated podMemory to match the heapspace configured (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh154 authored Aug 28, 2024
1 parent 9fd6e08 commit 0222906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/bkvm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ server:

image:
repository: herddb/bkvm
tag: 3.2.0
tag: latest
imagePullPolicy: IfNotPresent

jdbcUrl: jdbc:herddb:local:temporary
Expand Down Expand Up @@ -63,10 +63,10 @@ server:
resources:
requests:
cpu: "0.5"
memory: "1Gi"
memory: "4Gi"
limits:
cpu: "0.5"
memory: "1Gi"
memory: "4Gi"

rbac:
create: true
Expand Down

0 comments on commit 0222906

Please sign in to comment.