stack-orchestrator/stack_orchestrator/deploy/k8s
Prathamesh Musale e118fcfbd7 Only map host ports for network_mode: host services (fixes so-c71)
extraPortMappings unconditionally mapped all compose service ports
to the host, causing conflicts with local services (postgres 5432,
redis 6379, etc.). Now only services with network_mode: host get
port mappings. Ports 80/443 for Caddy ingress are always mapped.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 06:29:48 +00:00
..
helm Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
__init__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
cluster_info.py Fix configmap source path resolution for user-defined spec paths (#741) 2026-04-14 11:30:27 +05:30
deploy_k8s.py Add ip mode to external-services for static IP endpoints (#740) 2026-04-02 17:53:23 +05:30
helpers.py Only map host ports for network_mode: host services (fixes so-c71) 2026-04-14 06:29:48 +00:00
k8s_command.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00