ops: rollout restart k3s pod + fix deploy-production.yml for k3s #44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Production runs on k3s (
migrate-myceliumnamespace) pullingforge.ourworld.tf/mycelium/www-migrate-mycelium:latestwithimagePullPolicy: Always. Thedeploy-production.ymlCI workflow still uses the old rsync-to-VM approach which fails with@ERROR: Unknown module 'mycportal'— that rsyncd target no longer exists.A fresh
:latestimage has been pushed to the registry viabuild-container.yml(manual dispatch onmain, includes V3 marketplace changes from PR #42).Goals
kubectl rollout restart deployment/mycelium-portal -n migrate-myceliumto pick up the new:latestimagedeploy-production.ymlto replace rsync+systemctl with Docker build+push+kubectl rollout (needsKUBECONFIGsecret in repo settings)deploy-dev.ymlk3s equivalent for staging if staging also moves to k3s