* 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
22 lines
337 B
YAML
22 lines
337 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: influxdb
|
|
namespace: "default"
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- port: 8083
|
|
protocol: TCP
|
|
name: idb-1
|
|
- port: 8086
|
|
protocol: TCP
|
|
name: idb-2
|
|
- port: 8090
|
|
protocol: TCP
|
|
name: idb-3
|
|
- port: 2003
|
|
protocol: TCP
|
|
name: idb-4
|
|
selector:
|
|
name: influxdb |