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:
2026-04-30 23:18:52 +02:00
parent a49c3a8472
commit cea4435bbc
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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: