WD
04/11/2025, 1:41 PMAgni Lanka
04/14/2025, 1:02 AMqueryService:
env:
- name: LOG_LEVEL
value: debug
This could be referenced elsewhere as (of course many ifs and buts):
{{ .Values.queryService.env.LOG_LEVEL }}
what frontend pod: techstack you have [nginx,node] ?WD
04/14/2025, 6:57 AMWD
04/14/2025, 7:00 AM/frontend # ps aux
PID USER TIME COMMAND
1 root 0:00 nginx: master process nginx -g daemon off;
7 nginx 0:03 nginx: worker process
(multiple nginx worker processes)
23 root 0:00 /bin/sh
29 root 0:00 ps aux
/frontend
WD
04/14/2025, 7:10 AM{"level":"INFO","timestamp":"2025-04-14T07:06:35.511Z","caller":"app/server.go:398","msg":"/api/v1/health","timeTaken":0,"path":"/api/v1/health"}
Agni Lanka
04/14/2025, 7:25 AMWD
04/14/2025, 10:39 AMWD
04/14/2025, 2:41 PMWD
04/14/2025, 2:42 PMAgni Lanka
04/16/2025, 2:17 AM