Commit Graph

2 Commits

Author SHA1 Message Date
William Valentin
cae0861f28 fix(k8s): correct registry server name in registry-secret.yaml
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>
2025-11-05 12:55:26 -08:00
William Valentin
9ffe07b9a9 feat(k8s): integrate registry secret into deployment workflow
- 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>
2025-11-05 12:50:49 -08:00