Merge pull request 'Nicolas_local_ops' (#29) from Nicolas_local_ops into master

Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/29
This commit is contained in:
Nicolas 2025-07-29 11:03:58 +00:00
commit c4ff0c1c81
2 changed files with 3 additions and 1 deletions

View File

@ -20,3 +20,4 @@ data:
METRICS_ENABLED: {{ .Values.devsvc.configs.metricsEnabled | default false | toString | b64enc }}
PROBES_ENABLED: {{ .Values.devsvc.configs.probesEnabled | default false | toString | b64enc }}
LOG_BASE_PATH: {{ .Values.devsvc.configs.logBasePath | default "/app/log/devsvc" | b64enc | quote }}
APPLICATION_ACTIVITY_LOG: {{ .Values.devsvc.configs.appName | default "devsvc" | printf "%s-application-activity" | b64enc | quote }}

View File

@ -46,7 +46,8 @@ spec:
filelog:
include:
- {{ .Values.logIngest.logPathPattern }}
start_at: end
- {{ .Values.logIngest.logPath }}/.log
start_at: beginning
include_file_path: false
include_file_name: false
operators: