fix(db): allow gRPC proxy in traefik
Assisted-by: Gemini:gemini-3.1-pro Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
@@ -59,7 +59,7 @@ func mqttConnection() *mqtt.MqttGateway {
|
||||
func influxConnection() *influx.InfluxGateway {
|
||||
influxUrl, ok := os.LookupEnv("INFLUX_URL")
|
||||
if !ok {
|
||||
influxUrl = "http://db.e.kb28.ch:8181"
|
||||
influxUrl = "https://db.e.kb28.ch:443"
|
||||
}
|
||||
influxDatabase, ok := os.LookupEnv("INFLUX_DATABASE")
|
||||
if !ok {
|
||||
|
||||
@@ -43,7 +43,7 @@ http:
|
||||
pi-db:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://192.168.42.211:8181"
|
||||
- url: "h2c://192.168.42.211:8181"
|
||||
passHostHeader: true
|
||||
pi-mqtt-management:
|
||||
loadBalancer:
|
||||
|
||||
Reference in New Issue
Block a user