stack-orchestrator/stack_orchestrator
A. F. Dudley d5e1a6652c
All checks were successful
Lint Checks / Run linter (push) Successful in 4m37s
Lint Checks / Run linter (pull_request) Successful in 3m59s
Deploy Test / Run deploy test suite (pull_request) Successful in 9m43s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 14m31s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Successful in 16m18s
Webapp Test / Run webapp test suite (pull_request) Successful in 20m33s
Smoke Test / Run basic test suite (pull_request) Successful in 19m50s
fix(k8s): persist Caddy TLS certificates with PVC
Caddy ingress was using emptyDir for /data storage, causing TLS
certificates to be lost on pod restarts or cluster recreations.
This led to Let's Encrypt rate limit issues from repeatedly
requesting new certificates.

Add a PersistentVolumeClaim for Caddy's data directory to persist
ACME certificates across redeployments.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 18:57:55 -05:00
..
build Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
data fix(k8s): persist Caddy TLS certificates with PVC 2026-01-24 18:57:55 -05:00
deploy Merge origin/main into multi-port-service 2026-01-24 16:48:11 -05:00
repos 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
__main__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
base.py Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
command_types.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
constants.py Add RuntimeClass support for unlimited RLIMIT_MEMLOCK 2026-01-22 01:58:38 -05:00
main.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
opts.py Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
update.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
util.py Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
version.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00