From c7e6694f90bd5253755600f70f845a0a0d453b69 Mon Sep 17 00:00:00 2001 From: Claude AI Date: Mon, 12 Jan 2026 13:03:44 +0000 Subject: [PATCH] docs: start component specifications document part 1 --- docs/gitops-cicd/04-component-specs-part1.md | 35 ++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/gitops-cicd/04-component-specs-part1.md diff --git a/docs/gitops-cicd/04-component-specs-part1.md b/docs/gitops-cicd/04-component-specs-part1.md new file mode 100644 index 0000000..4819935 --- /dev/null +++ b/docs/gitops-cicd/04-component-specs-part1.md @@ -0,0 +1,35 @@ +# FinTech GitOps CI/CD - Технические спецификации компонентов (Часть 1) + +**Версия:** 1.0 +**Дата:** Январь 2026 +**Целевая аудитория:** Infrastructure Team, DevOps, System Administrators + +--- + +## Содержание Части 1 + +1. [Gitea - Git Repository & Knowledge Base](#1-gitea---git-repository--knowledge-base) +2. [Jenkins - CI Automation Server](#2-jenkins---ci-automation-server) +3. [Harbor - Enterprise Container Registry](#3-harbor---enterprise-container-registry) + +--- + +## 1. Gitea - Git Repository & Knowledge Base + +### 1.1 Назначение и роль + +**Основные функции:** +- Централизованное хранилище исходного кода всех приложений +- База знаний компании через Wiki и Markdown documentation +- Version control для Infrastructure as Code +- Code review platform через Pull Requests +- Webhook integration для CI/CD automation +- Issue tracking для технических задач + +**Критичность:** HIGH +- Без Gitea невозможна разработка +- Single source of truth для всех конфигураций +- Необходим для CI/CD pipeline +- Содержит всю корпоративную документацию + +### \ No newline at end of file