chore: Update manifests after change
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
apiVersion: redis.redis.opstreelabs.in/v1beta2
|
||||||
kind: RedisSentinel
|
kind: RedisSentinel
|
||||||
metadata:
|
metadata:
|
||||||
name: redis-replication-gitea
|
name: redis-sentinel-gitea
|
||||||
namespace: gitea
|
namespace: gitea
|
||||||
labels:
|
labels:
|
||||||
helm.sh/chart: redis-replication-gitea-0.5.0
|
helm.sh/chart: redis-replication-gitea-0.5.0
|
||||||
app.kubernetes.io/version: "0.5.0"
|
app.kubernetes.io/version: "0.5.0"
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
app.kubernetes.io/name: redis-replication-gitea
|
app.kubernetes.io/name: redis-sentinel-gitea
|
||||||
app.kubernetes.io/instance: gitea
|
app.kubernetes.io/instance: gitea
|
||||||
app.kubernetes.io/part-of: gitea
|
app.kubernetes.io/part-of: gitea
|
||||||
spec:
|
spec:
|
||||||
@@ -14,9 +14,9 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: redis-replication-gitea
|
app: redis-replication-gitea
|
||||||
redis_setup_type: sentinel
|
redis_setup_type: replication
|
||||||
role: sentinel
|
role: replication
|
||||||
endpoints:
|
endpoints:
|
||||||
- port: sentinel-client
|
- port: redis-exporter
|
||||||
interval: 30s
|
interval: 30s
|
||||||
scrapeTimeout: 10s
|
scrapeTimeout: 10s
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: monitoring.coreos.com/v1
|
||||||
|
kind: ServiceMonitor
|
||||||
|
metadata:
|
||||||
|
name: redis-sentinel-gitea
|
||||||
|
namespace: gitea
|
||||||
|
labels:
|
||||||
|
helm.sh/chart: redis-replication-gitea-0.5.0
|
||||||
|
app.kubernetes.io/version: "0.5.0"
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: redis-sentinel-gitea
|
||||||
|
app.kubernetes.io/instance: gitea
|
||||||
|
app.kubernetes.io/part-of: gitea
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: redis-sentinel-gitea
|
||||||
|
redis_setup_type: sentinel
|
||||||
|
role: sentinel
|
||||||
|
endpoints:
|
||||||
|
- port: sentinel-client
|
||||||
|
interval: 30s
|
||||||
|
scrapeTimeout: 10s
|
||||||
Reference in New Issue
Block a user