chore: Update manifests after change

This commit is contained in:
2025-12-15 02:19:17 +00:00
parent 5a56ff7b42
commit 34e31c5166
3 changed files with 27 additions and 4 deletions

View File

@@ -8,13 +8,13 @@ metadata:
app.kubernetes.io/instance: tubearchivist
app.kubernetes.io/part-of: tubearchivist
spec:
version: 8.18.0
version: 8.19.8
auth:
fileRealm:
- secretName: tubearchivist-elasticsearch-secret
nodeSets:
- name: default
count: 1
count: 2
config:
node.store.allow_mmap: false
path.repo: /usr/share/elasticsearch/data/snapshot

View File

@@ -13,7 +13,7 @@ spec:
runAsUser: 1000
fsGroup: 1000
kubernetesConfig:
image: quay.io/opstree/redis:v8.0.3
image: quay.io/opstree/redis:v8.4.0
imagePullPolicy: IfNotPresent
resources:
requests:
@@ -29,4 +29,4 @@ spec:
storage: 5Gi
redisExporter:
enabled: true
image: quay.io/opstree/redis-exporter:v1.48.0
image: quay.io/opstree/redis-exporter:v1.80.1

View File

@@ -0,0 +1,23 @@
apiVersion: redis.redis.opstreelabs.in/v1beta2
kind: RedisSentinel
metadata:
name: redis-sentinel-tubearchivist
namespace: tubearchivist
labels:
app.kubernetes.io/name: redis-sentinel-tubearchivist
app.kubernetes.io/instance: tubearchivist
app.kubernetes.io/part-of: tubearchivist
spec:
clusterSize: 3
podSecurityContext:
runAsUser: 1000
fsGroup: 1000
redisSentinelConfig:
redisReplicationName: redis-replication-tubearchivist
kubernetesConfig:
image: quay.io/opstree/redis-sentinel:v8.4.0
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi