Skip to content

Commit 4e9222c

Browse files
Merge pull request #121 from serlo/upgrade-rocket-chat
Upgrade rocket chat to v. 7
2 parents e7b92ef + 8b99869 commit 4e9222c

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

envs/production/rocket-chat.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ locals {
22
rocket_chat = {
33
chart_versions = {
44
rocketchat = "4.7.4"
5-
mongodb = "11.0.0"
5+
mongodb = "14.0.14"
66
}
77
image_tags = {
8-
rocketchat = "6.13.0"
9-
mongodb = "5.0.24"
8+
rocketchat = "7.3.2"
9+
mongodb = "6.0.0"
1010
}
1111
}
1212
}
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
image:
22
tag: ${image_tag}
3+
extraFlags:
4+
- "--wiredTigerCacheSizeGB=2"
35
architecture: replicaset
46
nodeSelector:
57
cloud.google.com/gke-nodepool: ${node_pool}
@@ -9,10 +11,12 @@ auth:
911
password: ${mongodb_password}
1012
database: ${mongodb_database}
1113
replicaSetKey: ${mongodb_replica_set_key}
14+
readinessProbe:
15+
timeoutSeconds: 20
1216
resources:
1317
requests:
14-
cpu: 200m
18+
cpu: 100m
1519
memory: 500Mi
1620
limits:
17-
cpu: 250m
21+
cpu: 500m
1822
memory: 1000Mi

modules/rocket-chat/values-rocketchat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ smtp:
1414

1515
resources:
1616
requests:
17-
cpu: 300m
17+
cpu: 150m
1818
memory: 1000Mi
1919
limits:
2020
cpu: 350m

0 commit comments

Comments
 (0)