Skip to content

Commit fca9ea7

Browse files
author
Jonathan Chauncey
committed
chore(manifests): Update svc manifests for grafana and influx
1 parent c30e88e commit fca9ea7

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

grafana/manifests/deis-monitor-grafana-svc.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ metadata:
66
labels:
77
heritage: deis
88
app: deis-monitor-grafana
9+
router.deis.io/routable: "true"
10+
annotations:
11+
router.deis.io/domains: grafana
12+
router.deis.io/connectTimeout: "10"
13+
router.deis.io/tcpTimeout: "1200"
914
spec:
1015
ports:
11-
- port: 3500
16+
- port: 80
1217
name: ui
1318
targetPort: ui
1419
selector:

influxdb/manifests/deis-monitor-influxdb-svc.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ metadata:
66
labels:
77
heritage: deis
88
app: deis-monitor-influxdb
9+
router.deis.io/routable: "true"
10+
annotations:
11+
router.deis.io/domains: influx
12+
router.deis.io/connectTimeout: "10"
13+
router.deis.io/tcpTimeout: "1200"
914
spec:
1015
ports:
11-
- port: 8083
16+
- port: 80
1217
name: admin
1318
targetPort: admin
1419
- port: 8086
@@ -20,4 +25,4 @@ spec:
2025
targetPort: ssltransport
2126
protocol: TCP
2227
selector:
23-
app: deis-monitor-influxdb
28+
app: deis-monitor-influxdb

0 commit comments

Comments
 (0)