issues/27: sync prod from k3s-test

This commit is contained in:
Valery Petrov
2026-06-03 18:37:53 +03:00
parent ed4c5a1145
commit e8ce6f251e
23 changed files with 3393 additions and 19 deletions
+19 -1
View File
@@ -103,10 +103,28 @@ export default defineConfig({
{ text: 'Gitea: теги и CI/CD', link: '/infrastructure/test-contour/guides/gitea-ci' },
{ text: 'ArgoCD: приложения', link: '/infrastructure/test-contour/guides/argocd' },
{ text: 'Grafana / Prometheus / Loki', link: '/infrastructure/test-contour/guides/monitoring' },
{ text: 'Redmine', link: '/infrastructure/test-contour/guides/redmine' },
{ text: 'Что сделано + перенос на сервер', link: '/infrastructure/test-contour/test-contour-article' },
{ text: 'Git-flow: ветки и релизы', link: '/infrastructure/test-contour/git-flow' },
{ text: 'Система тегов CI/CD', link: '/infrastructure/test-contour/tags' },
{ text: 'ArgoCD: sova-root и data-test', link: '/infrastructure/test-contour/argocd-apps' }
{ text: 'ArgoCD: sova-root и data-test', link: '/infrastructure/test-contour/argocd-apps' },
{
text: 'Справочник k3s-test (все файлы)',
collapsed: true,
items: [
{ text: 'Обзор', link: '/infrastructure/test-contour/k3s-test-reference/' },
{ text: 'scripts/', link: '/infrastructure/test-contour/k3s-test-reference/scripts' },
{ text: 'sova-deploy/', link: '/infrastructure/test-contour/k3s-test-reference/sova-deploy' },
{ text: 'sova-platform/', link: '/infrastructure/test-contour/k3s-test-reference/sova-platform' },
{ text: 'sova-mocks/', link: '/infrastructure/test-contour/k3s-test-reference/sova-mocks' },
{ text: 'sova-redmine/', link: '/infrastructure/test-contour/k3s-test-reference/sova-redmine' },
{ text: 'sova-backend/', link: '/infrastructure/test-contour/k3s-test-reference/sova-backend' },
{ text: 'sova-adminpanel/', link: '/infrastructure/test-contour/k3s-test-reference/sova-adminpanel' },
{ text: 'sova-cabinet/', link: '/infrastructure/test-contour/k3s-test-reference/sova-cabinet' },
{ text: 'sova-docs/', link: '/infrastructure/test-contour/k3s-test-reference/sova-docs-repo' },
{ text: 'Корень и артеfacts', link: '/infrastructure/test-contour/k3s-test-reference/root-and-artifacts' }
]
}
]
},
{ text: 'Эксплуатация', link: '/operations/maintenance' }