Skip to content
Snippets Groups Projects
Verified Commit 8cd52754 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

staging/monitoring-cassandra: Revert migration to EndpointSlice as it's not working at all

Related to swh/infra/sysadm-environment#4874
parent 4963e9e7
No related branches found
No related tags found
No related merge requests found
......@@ -16,26 +16,22 @@ spec:
port: 7070
protocol: TCP
---
apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
apiVersion: v1
kind: Endpoints
metadata:
name: cassandra-servers
namespace: cassandra
labels:
app: cassandra
kubernetes.io/service-name: cassandra-servers-svc
addressType: IPv4
endpoints:
- addresses:
- "192.168.130.181"
- "192.168.130.182"
- "192.168.130.183"
conditions: {}
ports:
- name: jmx-exporter
port: 7070
protocol: TCP
name: cassandra-servers-svc
namespace: cassandra
labels:
app: cassandra
subsets:
- addresses:
- ip: 192.168.130.181
- ip: 192.168.130.182
- ip: 192.168.130.183
ports:
- name: jmx-exporter
port: 7070
protocol: TCP
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment