* 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
14 lines
205 B
YAML
14 lines
205 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: prometheus
|
|
namespace: "default"
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- name: "prometheus"
|
|
port: 9090
|
|
protocol: TCP
|
|
|
|
selector:
|
|
name: prometheus |