issues/27: local-k8s docs and Redmine Gitea guide

This commit is contained in:
Valery Petrov
2026-06-03 18:38:46 +03:00
parent e8ce6f251e
commit 2e4164e5f1
3 changed files with 98 additions and 0 deletions
+15
View File
@@ -94,6 +94,21 @@ export default defineConfig({
{ text: 'Docker Compose', link: '/infrastructure/docker' },
{ text: 'K8s + Terraform + ArgoCD + Gitea', link: '/infrastructure/k8s-cicd-platform-plan' },
{ text: 'Backend: внешние сервисы (test/stage/prod)', link: '/infrastructure/backend-external-services' },
{
text: 'Локальная ферма k8s (Multipass)',
collapsed: false,
items: [
{ text: 'Обзор', link: '/infrastructure/local-k8s/' },
{ text: 'Доступы и /etc/hosts', link: '/infrastructure/local-k8s/access' },
{ text: 'Запуск 4 VM', link: '/infrastructure/local-k8s/local-nonprod' },
{ text: 'CI/CD и Loki', link: '/infrastructure/local-k8s/ci-and-logs' },
{ text: 'Чеклист проверки', link: '/infrastructure/local-k8s/checklist-verify' },
{ text: 'Git-flow (кратко)', link: '/infrastructure/local-k8s/git-flow' },
{ text: 'Argo CD: test-contour и promtail-test', link: '/infrastructure/local-k8s/argocd-contours' },
{ text: 'Redmine #27: ветки issues/27', link: '/infrastructure/local-k8s/issues-27-branches' },
{ text: 'Redmine ↔ Gitea (MR)', link: '/infrastructure/local-k8s/redmine-gitea' }
]
},
{
text: 'Test-контур k3s (песочница)',
collapsed: false,