From 1892e137c122b39844529e27d906dd35f282e8de Mon Sep 17 00:00:00 2001 From: chrisfu Date: Thu, 7 May 2026 01:25:32 -0400 Subject: [PATCH] feat(infra): replace GitLab with Gitea on git.prole.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove GitLab hostname/storage config from k3s.cfg; GitLab is gone. - Update GITEA_HOSTNAME git-internal → git.prole.org - Fix MONITORING_STORAGE_CLASS local-path → merlin-local-iscsi-prometheus - Kong: route git.prole.org → gitea-http.gitea:3000 - Add svc-knoe-ingress.yaml as source-of-truth for the prole ingress (was missing; live object named svc-knoe-ingress, routes git.prole.org through Traefik → Kong → Gitea) - DNS: add git.prole.org A record → 73.15.20.166 (public front-door) - monitoring/kps-values-k3s.yaml: fix storage class for Prometheus/Alertmanager Co-Authored-By: Claude Sonnet 4.6 --- .idea/runConfigurations/pytest_all.xml | 2 +- .idea/runConfigurations/pytest_gke.xml | 7 +- .idea/runConfigurations/pytest_k3d.xml | 7 +- .idea/runConfigurations/pytest_min.xml | 7 +- .idea/runConfigurations/pytest_unit.xml | 7 +- conf/k3d.cfg | 47 ++++++++----- conf/k3s.cfg | 10 +-- conf/port-mapping.cfg | 4 +- .../k3s/manifests/knoe/kong-configmap.yaml | 2 +- .../k3s/manifests/knoe/svc-knoe-ingress.yaml | 69 +++++++++++++++++++ env.sh | 8 +-- etc/init_grafana_oauth_prole.sh | 0 etc/init_oauth2_proxy_prole.sh | 0 .../inventory/group_vars/all/dns.yml | 5 ++ modes/k3d/knoe-db/.version | 2 +- supabase/helm/generated/manifest-summary.json | 14 ++-- .../helm/generated/supabase-helm.app.yaml | 58 +++++----------- .../generated/supabase-helm.frontdoor-db.yaml | 9 +++ 18 files changed, 174 insertions(+), 84 deletions(-) create mode 100644 deploy/opentofu/k3s/manifests/knoe/svc-knoe-ingress.yaml mode change 100755 => 100644 etc/init_grafana_oauth_prole.sh mode change 100755 => 100644 etc/init_oauth2_proxy_prole.sh diff --git a/.idea/runConfigurations/pytest_all.xml b/.idea/runConfigurations/pytest_all.xml index 6bf0f13..f2829fa 100644 --- a/.idea/runConfigurations/pytest_all.xml +++ b/.idea/runConfigurations/pytest_all.xml @@ -9,7 +9,7 @@