Commit Graph
9 Commits
Author SHA1 Message Date
google-labs-jules[bot]anddevitq 47baaf8fce Fix observability issues and refactor metrics stack to ArgoCD
- Resolved "connection refused" on startup probe by explicitly mapping management.server.port in application.yaml.
- Adjusted startupProbe to a 70s window (10s delay + 12 * 5s) to accommodate application initialization.
- Externalized VictoriaMetrics stack (Operator, Single, Agent, Alert) into separate ArgoCD Application manifests.
- Removed bundled VictoriaMetrics templates from the MovieNight Helm chart.
- Configured vmagent with Kubernetes pod-based service discovery for metrics scraping.
- Ensured consistency between Helm values and externalized observability components.

Co-authored-by: devitq <118541411+devitq@users.noreply.github.com>
2026-05-23 00:30:37 +00:00
google-labs-jules[bot]anddevitq 2d6012866b Fix observability and startup probe issues
- Explicitly configure management port 8081 in application.yaml to resolve connection refused errors.
- Adjust startupProbe failure threshold and initial delay in Helm chart to allow for a one-minute startup time.
- Update vmagent to use Kubernetes pod discovery for metrics scraping, adding necessary RBAC Role and RoleBinding.
- Introduce 'json-logging' Spring profile for structured console logging in Kubernetes.
- Add support for VictoriaMetrics Operator CRDs (VMSingle, VMAgent, VMPodScrape) to leverage the existing operator in the cluster.
- Review and refine observability templates for better integration with the VictoriaMetrics stack.

Co-authored-by: devitq <118541411+devitq@users.noreply.github.com>
2026-05-23 00:05:16 +00:00
ITQ 2b1946a7a5 fix(helm): some dumb fix 2026-05-23 01:47:14 +03:00
ITQ 5fcaeadcaf feat(helm): added observability to helm chart 2026-05-23 01:11:38 +03:00
ITQ 19163e7933 fix(secrets): fixed secrets provisioning 2026-05-22 21:18:03 +03:00
ITQ 551b795d6e feat(manifests): added secrets for movienight 2026-05-22 18:24:58 +03:00
ITQ ea6b90bc67 feat(argocd): added required apps for movienight to operate 2026-05-22 18:07:31 +03:00
ITQ 8350239a1a feat(helm): added helm chart for movienight 2026-05-22 18:06:28 +03:00
ITQ 1ff759b53b feat(): added compose setup with full observability stack 2026-04-18 10:35:06 +03:00