Commit Graph

40 Commits

Author SHA1 Message Date
Janis Eccarius 2bc911ab81 fix(lf): Line Endings fixed 2026-06-21 15:09:47 +02:00
Janis 06e70a5e8a feat(spark): add staging overlay, scale down prod
- spark-cluster/eu-central-1-staging: namespace nowchess-staging, ingress
  patched to spark-st.* / spark-history-st.* with TLS + cert-manager
- spark-analytics/eu-central-1-staging: namespace nowchess-staging, image
  pinned to 0.2.0, all CronJob + live-dashboard patches carried over
- eu-central-1/argo-apps: spark-cluster-staging + spark-analytics-staging
  ArgoCD apps pointing at new staging overlays
- spark-cluster/eu-central-1-prod: scale spark-master and spark-worker to 0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 08:48:31 +02:00
Janis Eccarius 906a8cda2c fix(sealed-secrets): migrate Helm repo URL to bitnami
bitnami-labs GitHub Pages repo (bitnami-labs.github.io/sealed-secrets)
returns 404 — chart moved to charts.bitnami.com/bitnami. Updates chart
version from 2.16.1 to 2.5.19 (controller 0.27.1 → 0.31.0). Controller
is backward-compatible with existing sealed secrets.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 00:40:23 +02:00
Janis Eccarius e9926cbf62 chore(argocd): re-enable auto-sync for Spark apps
Cluster stable. Re-enabling automated sync on spark-analytics and
spark-cluster. Driver DNS fix and Recreate strategy already in main,
so next sync deploys the corrected manifests.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 00:35:33 +02:00
Janis Eccarius 423f5aa497 chore(argocd): disable auto-sync for both Spark apps
Cluster saturated at 100% CPU due to Spark executor crash loop.
Disabling automated sync on spark-analytics and spark-cluster to prevent
further changes until cluster is stable.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 00:08:01 +02:00
Janis 63e9d0512c feat(nci-11): add Kubernetes manifests for nowchess-analysis service (#392)
Co-authored-by: Janis Eccarius <eccariusjanis@gmail.com>
Reviewed-on: #392
2026-06-16 19:42:04 +02:00
svc.kargo afdc648347 chore(kargo): update image tag kargo to 1.10.7 (#380) 2026-06-12 18:23:35 +02:00
svc.kargo 5dfca60e2a chore(kargo): update image tag kargo to 1.10.6 (#357) 2026-06-09 19:08:16 +02:00
Janis Eccarius ec10c55094 chore: mode changes 2026-06-06 15:47:25 +02:00
svc.kargo bb52a85fe6 chore(kargo): update image tag argo-rollouts to 2.41.0 (#349) 2026-06-05 16:50:08 +02:00
Janis Eccarius 4cd6bb54d9 feat(metrics-server): uncomment metrics-server application configuration 2026-06-01 22:27:46 +02:00
Janis Eccarius bece58af95 chore(metrics-server): comment out metrics-server application configuration 2026-06-01 22:05:56 +02:00
svc.kargo 59724cd40e chore(kargo): update image tag kargo to 1.10.5 (#319) 2026-06-01 18:42:26 +02:00
Janis Eccarius cc038fbb27 feat(secrets): add sealed-secrets management and Grafana monitoring installation 2026-05-30 12:52:00 +02:00
Janis Eccarius 797776ee5b feat(sealed-secrets): add sealed secrets management scripts and configurations 2026-05-30 11:45:02 +02:00
svc.kargo d0d65af04b chore(kargo): update image tag argo-rollouts to 2.40.10 (#310) 2026-05-29 02:49:22 +02:00
svc.kargo 6abc8738ee chore(kargo): update image tag kargo to 1.10.4 (#257) 2026-05-14 19:07:30 +02:00
Janis 9304d1244b feat(grafana): add ignoreDifferences configuration for Grafana Alloy secrets 2026-05-09 17:35:05 +02:00
Janis 9b9727e998 feat(grafana): add ignoreDifferences configuration for Grafana Alloy secrets 2026-05-09 16:37:42 +02:00
Janis 5ab7e6d51d feat(grafana): add Grafana Alloy application configuration and update health probe settings 2026-05-09 16:25:33 +02:00
Janis d25378d721 feat(nowchess): add ignoreDifferences configuration for Rollout replicas in nowchess.yaml and nowchess-staging.yaml 2026-05-08 14:06:29 +02:00
Janis b6b02bf6f9 feat(victoria-metrics): removed 2026-05-05 10:08:46 +02:00
Janis 87345d23dd feat(victoria-metrics): comment out victoria-metrics CRDs configuration in yaml file 2026-05-05 08:53:50 +02:00
Janis 38e5bf8464 feat(victoria-metrics): add ignoreDifferences configuration for Secrets and WebhookConfigurations 2026-05-05 08:40:10 +02:00
Janis 77842b1429 feat(victoria-metrics): remove maxMemoryPerQuery setting and add releaseName for Helm chart 2026-05-03 17:12:41 +02:00
Janis 49667ea032 feat(victoria-metrics): add new applications and update configurations for Victoria Metrics stack 2026-05-03 16:59:30 +02:00
Janis 30b6992488 feat(victoria-metrics): add configuration files for Victoria Metrics operator and resources 2026-05-03 15:58:13 +02:00
Janis a416b0c3c4 feat(victoria-metrics): update configuration files with retention settings and additional arguments 2026-05-03 14:01:43 +02:00
Janis 5e7a3570f6 feat(victoria-metrics): add Kustomization and configuration files for Victoria Metrics stack 2026-05-03 13:23:38 +02:00
Janis 31c9a460d4 feat(nowchess): add annotations for authorized stages in production and staging 2026-04-30 12:03:29 +02:00
Janis 2022631f45 feat(nowchess): add Kargo project, Rollouts deployment, and secrets
- 9 Kargo Warehouses (one per microservice), staging + prod stages
- PromotionTask: clone GitOps, kustomize-set-image, Gitea PR, ArgoCD sync
- BlueGreen Rollouts for all 9 services with health probes and envFrom
- staging,deployed / production,deployed Quarkus multi-profile support
- CORS_ORIGINS and QUARKUS_PROFILE injected via nowchess-env-config ConfigMap
- Plain K8s Secrets with empty values in secrets/nowchess/ (staging, prod, kargo)
- ArgoCD Applications for kargo project, staging, and prod deployments

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 10:58:45 +02:00
Janis e093e945eb feat: add PostgreSQL tunnel deployment with ConfigMap, HPA, and service 2026-04-30 08:08:39 +02:00
Janis 052c881fb7 feat: add initial documentation and configuration files for Claude and Redis applications 2026-04-29 21:20:00 +02:00
svc.kargo ac20a6dee3 chore(kargo): update image tag kargo to 1.10.3 (#5) 2026-04-29 20:11:17 +02:00
svc.kargo e387d2f29e chore(kargo): update image tag kargo to 1.10.2 (#4) 2026-04-22 18:41:06 +02:00
svc.kargo d7b5fb7f87 chore(kargo): update image tag kargo to 1.10.1 (#3) 2026-04-22 00:11:06 +02:00
svc.kargo 435c2e4292 chore(kargo): update image tag kargo to 1.10.0 (#2)
chore(kargo): update image tag kargo to 1.10.0

[View in Kargo UI](https://kargo.nowchess.janis-eccarius.de/project/orchestration-kargo/stage/kargo)

Co-authored-by: Kargo <no-reply@kargo.io>
Reviewed-on: #2
Co-authored-by: svc.kargo <kargo@blackhole.local>
Co-committed-by: svc.kargo <kargo@blackhole.local>
2026-04-17 18:13:10 +02:00
svc.kargo ca98c00d66 chore(kargo): update image tag kargo to 1.9.6 (#1)
chore(kargo): update image tag kargo to 1.9.6

[View in Kargo UI](https://kargo.nowchess.janis-eccarius.de/project/orchestration-kargo/stage/kargo)

Co-authored-by: Kargo <no-reply@kargo.io>
Reviewed-on: #1
Co-authored-by: svc.kargo <kargo@blackhole.local>
Co-committed-by: svc.kargo <kargo@blackhole.local>
2026-04-16 20:22:24 +02:00
Janis 7dd020b59c feat: update ArgoCD and Rollouts configurations for eu-central-1 region 2026-04-16 20:08:35 +02:00
Janis 20d8146e8c feat: add comprehensive documentation and deployment scripts
- Created new documentation files including TROUBLESHOOTING.md, CONFIGURATION.md, and CONTRIBUTING.md.
- Added deployment guide with automated and manual instructions.
- Introduced new YAML configurations for Kubernetes resources and Helm charts.
- Implemented a deployment script for setting up the GitOps infrastructure.
2026-04-16 19:07:08 +02:00