chore: Update manifests after change
This commit is contained in:
@@ -11,7 +11,7 @@ metadata:
|
||||
app.kubernetes.io/instance: authentik
|
||||
app.kubernetes.io/part-of: authentik
|
||||
spec:
|
||||
clusterSize: 1
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
||||
kind: RedisSentinel
|
||||
metadata:
|
||||
name: redis-sentinel-authentik
|
||||
namespace: authentik
|
||||
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-authentik
|
||||
app.kubernetes.io/instance: authentik
|
||||
app.kubernetes.io/part-of: authentik
|
||||
spec:
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
redisSentinelConfig:
|
||||
redisReplicationName: redis-replication-authentik
|
||||
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"
|
||||
@@ -0,0 +1,22 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: redis-sentinel-authentik
|
||||
namespace: authentik
|
||||
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-authentik
|
||||
app.kubernetes.io/instance: authentik
|
||||
app.kubernetes.io/part-of: authentik
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: redis-sentinel-authentik
|
||||
redis_setup_type: sentinel
|
||||
role: sentinel
|
||||
endpoints:
|
||||
- port: sentinel-client
|
||||
interval: 30s
|
||||
scrapeTimeout: 10s
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
app.kubernetes.io/instance: directus
|
||||
app.kubernetes.io/part-of: directus
|
||||
spec:
|
||||
clusterSize: 1
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
||||
kind: RedisSentinel
|
||||
metadata:
|
||||
name: redis-sentinel-directus
|
||||
namespace: directus
|
||||
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-directus
|
||||
app.kubernetes.io/instance: directus
|
||||
app.kubernetes.io/part-of: directus
|
||||
spec:
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
redisSentinelConfig:
|
||||
redisReplicationName: redis-replication-directus
|
||||
redisReplicationPassword:
|
||||
secretKeyRef:
|
||||
name: directus-redis-config
|
||||
key: password
|
||||
kubernetesConfig:
|
||||
image: "quay.io/opstree/redis-sentinel:v8.4.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 32Mi
|
||||
redisSecret:
|
||||
name: directus-redis-config
|
||||
key: password
|
||||
redisExporter:
|
||||
enabled: true
|
||||
image: "quay.io/opstree/redis-exporter:v1.80.1"
|
||||
@@ -0,0 +1,22 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: redis-sentinel-directus
|
||||
namespace: directus
|
||||
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-directus
|
||||
app.kubernetes.io/instance: directus
|
||||
app.kubernetes.io/part-of: directus
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: redis-sentinel-directus
|
||||
redis_setup_type: sentinel
|
||||
role: sentinel
|
||||
endpoints:
|
||||
- port: sentinel-client
|
||||
interval: 30s
|
||||
scrapeTimeout: 10s
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
app.kubernetes.io/instance: harbor
|
||||
app.kubernetes.io/part-of: harbor
|
||||
spec:
|
||||
clusterSize: 1
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
||||
kind: RedisSentinel
|
||||
metadata:
|
||||
name: redis-sentinel-harbor
|
||||
namespace: harbor
|
||||
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-harbor
|
||||
app.kubernetes.io/instance: harbor
|
||||
app.kubernetes.io/part-of: harbor
|
||||
spec:
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
redisSentinelConfig:
|
||||
redisReplicationName: redis-replication-harbor
|
||||
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"
|
||||
@@ -0,0 +1,22 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: redis-sentinel-harbor
|
||||
namespace: harbor
|
||||
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-harbor
|
||||
app.kubernetes.io/instance: harbor
|
||||
app.kubernetes.io/part-of: harbor
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: redis-sentinel-harbor
|
||||
redis_setup_type: sentinel
|
||||
role: sentinel
|
||||
endpoints:
|
||||
- port: sentinel-client
|
||||
interval: 30s
|
||||
scrapeTimeout: 10s
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
app.kubernetes.io/instance: immich
|
||||
app.kubernetes.io/part-of: immich
|
||||
spec:
|
||||
clusterSize: 1
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
||||
kind: RedisSentinel
|
||||
metadata:
|
||||
name: redis-sentinel-immich
|
||||
namespace: immich
|
||||
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-immich
|
||||
app.kubernetes.io/instance: immich
|
||||
app.kubernetes.io/part-of: immich
|
||||
spec:
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
redisSentinelConfig:
|
||||
redisReplicationName: redis-replication-immich
|
||||
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"
|
||||
@@ -0,0 +1,22 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: redis-sentinel-immich
|
||||
namespace: immich
|
||||
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-immich
|
||||
app.kubernetes.io/instance: immich
|
||||
app.kubernetes.io/part-of: immich
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: redis-sentinel-immich
|
||||
redis_setup_type: sentinel
|
||||
role: sentinel
|
||||
endpoints:
|
||||
- port: sentinel-client
|
||||
interval: 30s
|
||||
scrapeTimeout: 10s
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
app.kubernetes.io/instance: kube-prometheus-stack
|
||||
app.kubernetes.io/part-of: kube-prometheus-stack
|
||||
spec:
|
||||
clusterSize: 1
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
||||
kind: RedisSentinel
|
||||
metadata:
|
||||
name: redis-sentinel-kube-prometheus-stack
|
||||
namespace: kube-prometheus-stack
|
||||
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-kube-prometheus-stack
|
||||
app.kubernetes.io/instance: kube-prometheus-stack
|
||||
app.kubernetes.io/part-of: kube-prometheus-stack
|
||||
spec:
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
redisSentinelConfig:
|
||||
redisReplicationName: redis-replication-kube-prometheus-stack
|
||||
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"
|
||||
@@ -0,0 +1,22 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: redis-sentinel-kube-prometheus-stack
|
||||
namespace: kube-prometheus-stack
|
||||
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-kube-prometheus-stack
|
||||
app.kubernetes.io/instance: kube-prometheus-stack
|
||||
app.kubernetes.io/part-of: kube-prometheus-stack
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: redis-sentinel-kube-prometheus-stack
|
||||
redis_setup_type: sentinel
|
||||
role: sentinel
|
||||
endpoints:
|
||||
- port: sentinel-client
|
||||
interval: 30s
|
||||
scrapeTimeout: 10s
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
app.kubernetes.io/instance: outline
|
||||
app.kubernetes.io/part-of: outline
|
||||
spec:
|
||||
clusterSize: 1
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
||||
kind: RedisSentinel
|
||||
metadata:
|
||||
name: redis-sentinel-outline
|
||||
namespace: outline
|
||||
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-outline
|
||||
app.kubernetes.io/instance: outline
|
||||
app.kubernetes.io/part-of: outline
|
||||
spec:
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
redisSentinelConfig:
|
||||
redisReplicationName: redis-replication-outline
|
||||
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"
|
||||
@@ -0,0 +1,22 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: redis-sentinel-outline
|
||||
namespace: outline
|
||||
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-outline
|
||||
app.kubernetes.io/instance: outline
|
||||
app.kubernetes.io/part-of: outline
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: redis-sentinel-outline
|
||||
redis_setup_type: sentinel
|
||||
role: sentinel
|
||||
endpoints:
|
||||
- port: sentinel-client
|
||||
interval: 30s
|
||||
scrapeTimeout: 10s
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
app.kubernetes.io/instance: postiz
|
||||
app.kubernetes.io/part-of: postiz
|
||||
spec:
|
||||
clusterSize: 1
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
||||
kind: RedisSentinel
|
||||
metadata:
|
||||
name: redis-sentinel-postiz
|
||||
namespace: postiz
|
||||
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-postiz
|
||||
app.kubernetes.io/instance: postiz
|
||||
app.kubernetes.io/part-of: postiz
|
||||
spec:
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
redisSentinelConfig:
|
||||
redisReplicationName: redis-replication-postiz
|
||||
redisReplicationPassword:
|
||||
secretKeyRef:
|
||||
name: postiz-redis-config
|
||||
key: password
|
||||
kubernetesConfig:
|
||||
image: "quay.io/opstree/redis-sentinel:v8.4.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 32Mi
|
||||
redisSecret:
|
||||
name: postiz-redis-config
|
||||
key: password
|
||||
redisExporter:
|
||||
enabled: true
|
||||
image: "quay.io/opstree/redis-exporter:v1.80.1"
|
||||
@@ -0,0 +1,22 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: redis-sentinel-postiz
|
||||
namespace: postiz
|
||||
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-postiz
|
||||
app.kubernetes.io/instance: postiz
|
||||
app.kubernetes.io/part-of: postiz
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: redis-sentinel-postiz
|
||||
redis_setup_type: sentinel
|
||||
role: sentinel
|
||||
endpoints:
|
||||
- port: sentinel-client
|
||||
interval: 30s
|
||||
scrapeTimeout: 10s
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
app.kubernetes.io/instance: stalwart
|
||||
app.kubernetes.io/part-of: stalwart
|
||||
spec:
|
||||
clusterSize: 1
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
||||
kind: RedisSentinel
|
||||
metadata:
|
||||
name: redis-sentinel-stalwart
|
||||
namespace: stalwart
|
||||
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-stalwart
|
||||
app.kubernetes.io/instance: stalwart
|
||||
app.kubernetes.io/part-of: stalwart
|
||||
spec:
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
redisSentinelConfig:
|
||||
redisReplicationName: redis-replication-stalwart
|
||||
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"
|
||||
@@ -0,0 +1,22 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: redis-sentinel-stalwart
|
||||
namespace: stalwart
|
||||
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-stalwart
|
||||
app.kubernetes.io/instance: stalwart
|
||||
app.kubernetes.io/part-of: stalwart
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: redis-sentinel-stalwart
|
||||
redis_setup_type: sentinel
|
||||
role: sentinel
|
||||
endpoints:
|
||||
- port: sentinel-client
|
||||
interval: 30s
|
||||
scrapeTimeout: 10s
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
app.kubernetes.io/instance: tubearchivist
|
||||
app.kubernetes.io/part-of: tubearchivist
|
||||
spec:
|
||||
clusterSize: 1
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
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"
|
||||
@@ -0,0 +1,22 @@
|
||||
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
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
app.kubernetes.io/instance: yamtrack
|
||||
app.kubernetes.io/part-of: yamtrack
|
||||
spec:
|
||||
clusterSize: 1
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
||||
kind: RedisSentinel
|
||||
metadata:
|
||||
name: redis-sentinel-yamtrack
|
||||
namespace: yamtrack
|
||||
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-yamtrack
|
||||
app.kubernetes.io/instance: yamtrack
|
||||
app.kubernetes.io/part-of: yamtrack
|
||||
spec:
|
||||
clusterSize: 3
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
redisSentinelConfig:
|
||||
redisReplicationName: redis-replication-yamtrack
|
||||
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"
|
||||
@@ -0,0 +1,22 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
name: redis-sentinel-yamtrack
|
||||
namespace: yamtrack
|
||||
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-yamtrack
|
||||
app.kubernetes.io/instance: yamtrack
|
||||
app.kubernetes.io/part-of: yamtrack
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: redis-sentinel-yamtrack
|
||||
redis_setup_type: sentinel
|
||||
role: sentinel
|
||||
endpoints:
|
||||
- port: sentinel-client
|
||||
interval: 30s
|
||||
scrapeTimeout: 10s
|
||||
Reference in New Issue
Block a user