* 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
15 lines
245 B
YAML
15 lines
245 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ranch-eye
|
|
labels:
|
|
io.rancher.scheduler.global: "true"
|
|
io.rancher.container.dns: "true"
|
|
spec:
|
|
ports:
|
|
- port: 9104
|
|
protocol: TCP
|
|
targetPort: 9104
|
|
selector:
|
|
name: ranch-eye
|