mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Fix influxdb external url and its port
This commit is contained in:
parent
10339d72b6
commit
e8fe157a7f
@ -27,9 +27,9 @@ spec:
|
||||
name: grafana
|
||||
env:
|
||||
- name: INFLUXDB_EXTERNAL_URL
|
||||
value: /api/v1beta3/proxy/namespaces/default/services/monitoring-grafana/db/
|
||||
value: /api/v1beta3/proxy/namespaces/default/services/monitoring-influxdb:api/db/
|
||||
- name: INFLUXDB_HOST
|
||||
value: monitoring-influxdb
|
||||
- name: INFLUXDB_PORT
|
||||
value: "80"
|
||||
value: "8086"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user