mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
- 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 <noreply@anthropic.com>
12 lines
751 B
INI
12 lines
751 B
INI
# Port mappings for Knoe Tools (generated).
|
|
# Format: key: local=... remote=... ns=... svc=... address=...
|
|
|
|
gitea-ssh: local=22 remote=22 ns=gitea svc=gitea-ssh address=0.0.0.0
|
|
garage: local=3900 remote=3900 ns=knoe-system svc=garage address=0.0.0.0
|
|
openbao: local=8200 remote=8200 ns=knoe-system svc=openbao address=0.0.0.0
|
|
opentofu: local=8080 remote=8080 ns=knoe-system svc=opentofu address=0.0.0.0
|
|
postgres: local=5432 remote=5432 ns=knoe-db svc=knoe-db-rw address=0.0.0.0
|
|
prometheus: local=9090 remote=9090 ns=monitoring svc=prometheus-kube-prometheus-stack-prometheus address=127.0.0.1
|
|
grafana: local=3000 remote=80 ns=monitoring svc=prometheus-grafana address=0.0.0.0
|
|
gitea-http: local=13000 remote=3000 ns=gitea svc=gitea-http address=0.0.0.0
|