Automated Manifest Update (#2552)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2552 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 #2552.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user