mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 19:14:33 +00:00
Summarize CLAUDE.md updates: - Document both live GKE clusters as e2-standard-2 x3 in us-west3 and note stale app default in code. - Call out DB cluster naming mismatch between conf (knoe-dev-cnpg-0) and code default (knoe-cnpg-0). - Add SSD quota guidance: 300GB fully consumed by CNPG, so non-CNPG PVCs must use standard/pd-standard. - Refresh reset script reference and quota section details to match current runtime state. Co-authored-by: Junie <junie@jetbrains.com>
14 lines
922 B
INI
14 lines
922 B
INI
# Port mappings for Prole Tools (generated).
|
|
# Format: key: local=... remote=... ns=... svc=... address=...
|
|
|
|
argocd: local=8081 remote=80 ns=argocd svc=argocd-server address=0.0.0.0
|
|
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
|
|
dashboard: local=8443 remote=443 ns=kubernetes-dashboard svc=kubernetes-dashboard-kong-proxy address=127.0.0.1
|
|
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=kps-kube-prometheus-stack-prometheus address=127.0.0.1
|
|
grafana: local=3000 remote=80 ns=monitoring svc=kps-grafana address=0.0.0.0
|
|
gitea-http: local=13000 remote=3000 ns=gitea svc=gitea-http address=0.0.0.0
|