chore: Update manifests after change
This commit is contained in:
@@ -14,7 +14,7 @@ spec:
|
|||||||
- secretName: stalwart-elasticsearch-secret
|
- secretName: stalwart-elasticsearch-secret
|
||||||
nodeSets:
|
nodeSets:
|
||||||
- name: default
|
- name: default
|
||||||
count: 2
|
count: 1
|
||||||
config:
|
config:
|
||||||
node.store.allow_mmap: false
|
node.store.allow_mmap: false
|
||||||
volumeClaimTemplates:
|
volumeClaimTemplates:
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ spec:
|
|||||||
- secretName: tubearchivist-elasticsearch-secret
|
- secretName: tubearchivist-elasticsearch-secret
|
||||||
nodeSets:
|
nodeSets:
|
||||||
- name: default
|
- name: default
|
||||||
count: 2
|
count: 1
|
||||||
config:
|
config:
|
||||||
node.store.allow_mmap: false
|
node.store.allow_mmap: false
|
||||||
path.repo: /usr/share/elasticsearch/data/snapshot
|
path.repo: /usr/share/elasticsearch/data/snapshot
|
||||||
|
|||||||
@@ -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"
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user