Skip to content

Commit fb3cfdf

Browse files
committed
Upgrade to redis 7, enable high availability with failover and read replicas, simplified redis config
1 parent 38fe70d commit fb3cfdf

File tree

7 files changed

+107
-1486
lines changed

7 files changed

+107
-1486
lines changed

k8s/ex-dev-elasticsearch.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
name: ex-dev
55
namespace: ex-dev
66
spec:
7-
version: 7.17.12
8-
image: exceptionless/elasticsearch:7.17.12 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
7+
version: 8.9.0
8+
image: exceptionless/elasticsearch:8.9.0 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
99
secureSettings:
1010
- secretName: ex-dev-snapshots
1111
http:
@@ -16,9 +16,7 @@ spec:
1616
- name: main
1717
count: 1
1818
config:
19-
node.master: true
20-
node.data: true
21-
node.ingest: true
19+
node.roles: [data, ingest, master]
2220
action.destructive_requires_name: false
2321
podTemplate:
2422
spec:
@@ -59,7 +57,7 @@ metadata:
5957
name: ex-dev
6058
namespace: ex-dev
6159
spec:
62-
version: 7.17.12
60+
version: 8.9.0
6361
count: 1
6462
elasticsearchRef:
6563
name: ex-dev

0 commit comments

Comments
 (0)