Move Prom metrics to a dedicated port + improve Helm chart (#599)

هذا الالتزام موجود في:
Thomas Miceli
2026-01-26 17:28:51 +08:00
ملتزم من قبل GitHub
الأصل 24d0918e73
التزام 145bf9d81a
18 ملفات معدلة مع 331 إضافات و116 حذوفات

عرض الملف

@@ -55,9 +55,15 @@ http.git-enabled: true
# File permissions for Unix socket (octal format). Default: 0666
unix-socket-permissions: 0666
# Enable or disable the metrics endpoint (either `true` or `false`). Default: false
# Enable or disable the Prometheus metrics server (either `true` or `false`). Default: false
metrics.enabled: false
# The host on which the metrics server should bind. Default: 0.0.0.0
metrics.host: 0.0.0.0
# The port on which the metrics server should listen. Default: 6158
metrics.port: 6158
# SSH built-in server configuration
# Note: it is not using the SSH daemon from your machine (yet)