* Add Prometheus to Kubernetes Catalog * Updated config.yml * Aligning version in spec with config The version in rancher-compose.yml was different than in config.yml
13 lines
194 B
YAML
13 lines
194 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: node-exporter
|
|
namespace: "default"
|
|
spec:
|
|
|
|
ports:
|
|
- name: "node-exporter"
|
|
port: 9100
|
|
protocol: TCP
|
|
selector:
|
|
name: node-exporter |