Add new infra architecture 13
This commit is contained in:
@@ -1983,10 +1983,10 @@ The CI/CD infrastructure has been configured with production security in mind:
|
||||
- Minimum 16-character password requirement
|
||||
- Password hidden from terminal output
|
||||
|
||||
2. **Internal Cluster Communication**
|
||||
- All CI/CD components communicate via internal cluster DNS
|
||||
- GitOps updates use `gitea-http.gitea.svc.cluster.local:3000`
|
||||
- No hardcoded external URLs in pipeline tasks
|
||||
2. **Registry Communication**
|
||||
- Git operations (clone, push) use internal cluster DNS: `gitea-http.gitea.svc.cluster.local:3000`
|
||||
- Image references use external HTTPS URL: `registry.bakewise.ai` (containerd requires HTTPS for auth)
|
||||
- This ensures image pulls work correctly while git operations stay internal
|
||||
|
||||
3. **Credential Isolation**
|
||||
- Secrets are passed via `--set` flags, never committed to git
|
||||
|
||||
Reference in New Issue
Block a user