You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add an https option in the Kminion exporter.
This option could be configurable from the configuration file
example here:
exporter:
//Namespace is the prefix for all exported Prometheus metrics
namespace: "kminion"
//Host that shall be used to bind the HTTP server on
host: ""
//Port that shall be used to bind the HTTP server on
port: 8080
//Enable TLS server (default - false)
tls.enable: false
//crt file
tls.crt.file: // path to your crt file
//key file
tls.key.file: //path to your key file
This option could be useful if we don't want to install, for example, nginx before our Kminion.
The text was updated successfully, but these errors were encountered:
Greetings,
Is it possible to add an https option in the Kminion exporter.
This option could be configurable from the configuration file
example here:
exporter:
//Namespace is the prefix for all exported Prometheus metrics
namespace: "kminion"
//Host that shall be used to bind the HTTP server on
host: ""
//Port that shall be used to bind the HTTP server on
port: 8080
//Enable TLS server (default - false)
tls.enable: false
//crt file
tls.crt.file: // path to your crt file
//key file
tls.key.file: //path to your key file
This option could be useful if we don't want to install, for example, nginx before our Kminion.
The text was updated successfully, but these errors were encountered: