mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 19:54:32 +00:00
- Moved files from 'prole/' subdirectory to root level or appropriate subdirectories (tests, authority, infrastructure) to flatten the project structure. - Updated 'install.py' and initialization scripts in 'etc/' to reflect the new directory layout. - Added 'etc/repair_pipeline.sh' for automated pipeline repairs. - Updated configuration files including 'conf/prole.cfg' and 'env.sh'. - Integrated ArgoCD manifests in 'k8s/argocd/'. - Updated 'prole-app' environment and properties. - Moved and updated test scripts for better organization and reliability. - Added 'tests/silent_install_test.sh' for automated installation testing.
14 lines
909 B
INI
14 lines
909 B
INI
# Port mappings for Prole Tools (read by scripts).
|
|
# Format examples:
|
|
# grafana: local=3000 remote=80 ns=default svc=prometheus-community-grafana address=0.0.0.0
|
|
# db: local=5432 remote=5432 ns=default svc=prole-db-rw address=0.0.0.0
|
|
|
|
# Add your mappings below. One mapping per line as key=value tokens.
|
|
argocd: local=8081 remote=80 ns=default svc=argocd-server address=0.0.0.0
|
|
prometheus: local=9090 remote=9090 ns=default svc=prometheus-community-kube-prometheus address=0.0.0.0
|
|
dashboard: local=8443 remote=443 ns=kubernetes-dashboard svc=kubernetes-dashboard-kong-proxy address=0.0.0.0
|
|
openbao: local=8200 remote=8200 ns=default svc=openbao address=0.0.0.0
|
|
opentofu: local=8080 remote=8080 ns=default svc=opentofu address=0.0.0.0
|
|
db: local=5432 remote=5432 ns=prole-db-a0e0d0d0 svc=prole-db-rw address=0.0.0.0
|
|
grafana: local=3000 remote=80 ns=default svc=prometheus-community-grafana address=0.0.0.0
|