Add secret and configmap for credentials and endpoints

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands
2024-04-01 13:15:50 +01:00
parent f61913d3da
commit d9fc9e4f4e
4 changed files with 77 additions and 27 deletions

View File

@@ -12,19 +12,16 @@ lokiNamespace: "loki"
cloud:
logs:
enabled: true
endpoint: to_be_changed
username: to_be_changed
password: to_be_changed
secret: ""
endpointConfigmap: ""
metrics:
enabled: true
endpoint: to_be_changed
username: to_be_changed
password: to_be_changed
secret: ""
endpointConfigmap: ""
traces:
enabled: true
endpoint: to_be_changed
username: to_be_changed
password: to_be_changed
secret: ""
endpointConfigmap: ""
# Set to true for a local version of logs, metrics or traces
local: