Changed registry server from:
gitea-http.taildb3494.ts.net
to:
gitea-gitea-http.taildb3494.ts.net
This matches the actual Gitea HTTP service name in the Kubernetes cluster.
🤖 Generated with OpenCode
Co-Authored-By: OpenCode <noreply@opencode.com>
- Add deploy/k8s/registry-secret.yaml with Gitea registry credentials
- Make registry-secret namespace-agnostic (removed hardcoded 'tools' namespace)
- Update k8s-deploy target to automatically apply registry secret
- Simplify deployment workflow - no longer requires manual k8s-secret-create step
- Update help documentation to reflect streamlined deployment process
The registry secret is now automatically deployed to the target namespace,
making the deployment workflow more convenient and consistent across all
environments (dev, staging, prod).
🤖 Generated with OpenCode
Co-Authored-By: OpenCode <noreply@opencode.com>