stack-orchestrator/stack_orchestrator/deploy/k8s
prathamesh0 f40913d187
Publish / Gate: k8s deploy e2e (push) Failing after 2s Details
Webapp Test / Run webapp test suite (push) Failing after 0s Details
Publish / Build and publish (push) Has been skipped Details
Smoke Test / Run basic test suite (push) Failing after 0s Details
Lint Checks / Run linter (push) Failing after 0s Details
Deploy Test / Run deploy test suite (push) Failing after 0s Details
Fix Kind port mappings and configmap source path resolution (#742)
- Only map host ports for services with network_mode: host (80/443 for Caddy always mapped). Previously all compose service ports were mapped unconditionally, causing conflicts with local services like postgres and redis
- Use spec configmap values as source paths instead of ignoring them. Fixes configmaps with user-defined paths (e.g. `stack-orchestrator/compose/maintenance`) and home-relative paths (e.g. `~/.credentials/local-certs/s3`)
- Read configmap files from deployment dir (`configmaps/{name}/`) when building k8s ConfigMap objects, not from the spec's source path which doesn't exist in the deployment dir
- File pebbles: `so-c71` (resolved), `so-078`: self-sufficient deployments (hooks should be copied to deployment dir)
2026-04-14 17:33:47 +05:30
..
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 Fix Kind port mappings and configmap source path resolution (#742) 2026-04-14 17:33:47 +05:30
k8s_command.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00