Automated Manifest Update (#2924)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2924
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2924.
This commit is contained in:
2025-12-28 01:50:24 +00:00
committed by Alex Lebens
parent 6c8fc68331
commit 59a304a5ff
4 changed files with 2 additions and 53 deletions

View File

@@ -14,7 +14,7 @@ spec:
- secretName: stalwart-elasticsearch-secret
nodeSets:
- name: default
count: 2
count: 1
config:
node.store.allow_mmap: false
volumeClaimTemplates:

View File

@@ -14,7 +14,7 @@ spec:
- secretName: tubearchivist-elasticsearch-secret
nodeSets:
- name: default
count: 2
count: 1
config:
node.store.allow_mmap: false
path.repo: /usr/share/elasticsearch/data/snapshot

View File

@@ -1,29 +0,0 @@
apiVersion: redis.redis.opstreelabs.in/v1beta2
kind: RedisSentinel
metadata:
name: redis-sentinel-tubearchivist
namespace: tubearchivist
labels:
helm.sh/chart: redis-replication-0.5.0
app.kubernetes.io/version: "0.5.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis-sentinel-tubearchivist
app.kubernetes.io/instance: tubearchivist
app.kubernetes.io/part-of: tubearchivist
spec:
clusterSize: 3
podSecurityContext:
fsGroup: 1000
runAsUser: 1000
redisSentinelConfig:
redisReplicationName: redis-replication-tubearchivist
kubernetesConfig:
image: "quay.io/opstree/redis-sentinel:v8.4.0"
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 32Mi
redisExporter:
enabled: true
image: "quay.io/opstree/redis-exporter:v1.80.1"

View File

@@ -1,22 +0,0 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: redis-sentinel-tubearchivist
namespace: tubearchivist
labels:
helm.sh/chart: redis-replication-0.5.0
app.kubernetes.io/version: "0.5.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: redis-sentinel-tubearchivist
app.kubernetes.io/instance: tubearchivist
app.kubernetes.io/part-of: tubearchivist
spec:
selector:
matchLabels:
app: redis-sentinel-tubearchivist
redis_setup_type: sentinel
role: sentinel
endpoints:
- port: sentinel-client
interval: 30s
scrapeTimeout: 10s