Make Loki configuration customizable with CSC #2684
Labels
complexity:easy
Something that requires less than a day to fix
kind:enhancement
New feature or request
topic:log
Anything related to log centralization system
Component: salt, loki
Why this is needed:
To be able to customize Loki configuration in a persistent way.
What should be done:
Expose Loki configuration through a CSC ConfigMap.
Implementation proposal (strongly recommended):
Loki's configuration is stored as a Secret.
Since we do not have Operator and CRs for Loki, we will use the CSC mechanism to provide the interface for customization, with a ConfigMap
metalk8s-loki-config
in themetalk8s-logging
Namespace.The CSC
ConfigMap
will look like the followings:With default values fetched from a YAML file as it is already done for Dex, Alertmanager and Prometheus.
Test plan:
The text was updated successfully, but these errors were encountered: