Skip to content

Commit

Permalink
feat: add config map for krb5.conf and odbc.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Виталий Шунков committed Feb 19, 2024
1 parent 80652bd commit 406a335
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions helm-charts/tarantool-cartridge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ClusterEnv: dev
ClusterName: tarantool-cluster
ClusterDomainName: cluster.local
TarantoolWorkDir: /var/lib/tarantool
LuaMemoryReserveMB: 1024
LuaMemoryReserveMB: 2048

persistence:
storageClassName: local-path
Expand All @@ -27,7 +27,7 @@ RoleConfig:
- RoleName: routers # ReplicaSet name
ReplicaCount: 1 # Number of replicas in each ReplicaSet
ReplicaSetCount: 1 # Number of ReplicaSets for this role(s)
DiskSize: 1Gi # Persistent Volume disk sze
DiskSize: 16Gi # Persistent Volume disk sze
CPUallocation: 2 # Number of vCPUs to allocate to each container
MemtxMemoryMB: 256 # MB of memory to be assigned to each container
RolesToAssign:
Expand All @@ -38,9 +38,9 @@ RoleConfig:
- RoleName: exporter
ReplicaCount: 1
ReplicaSetCount: 1
DiskSize: 1Gi
DiskSize: 16Gi
CPUallocation: 2
MemtxMemoryMB: 512
MemtxMemoryMB: 1024
Volumes:
share:
mountpoint: /opt/share
Expand Down Expand Up @@ -77,11 +77,11 @@ RoleConfig:
- vshard-router

- RoleName: storage
ReplicaCount: 1
ReplicaCount: 2
ReplicaSetCount: 1
DiskSize: 1Gi
DiskSize: 16Gi
CPUallocation: 2
MemtxMemoryMB: 512
MemtxMemoryMB: 4096
RolesToAssign:
- vshard-storage
- app.roles.storage
Expand Down

0 comments on commit 406a335

Please sign in to comment.