14 lines
289 B
YAML
14 lines
289 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: thanos-peers
|
|
spec:
|
|
type: ClusterIP
|
|
clusterIP: None
|
|
ports:
|
|
- name: cluster
|
|
port: 10900
|
|
targetPort: cluster
|
|
selector:
|
|
# Useful endpoint for gathering all thanos components for common gossip cluster.
|
|
thanos-peer: "true" |