refactor(gitops): regroup core services under services

This commit is contained in:
Haitao Pan 2026-04-02 18:21:18 +08:00
parent c65fe12c56
commit f8e6193f26
62 changed files with 13 additions and 13 deletions

View File

@ -4,8 +4,8 @@ resources:
- namespace.yaml
- repository.yaml
- ../../apps/itsm-dev/
- ../../apps/redis/
- ../../apps/mysql/
- ../../apps/postgresql/
- ../../apps/mongodb/
- ../../apps/minio/
- ../../services/cache/redis/
- ../../services/database/mysql/
- ../../services/database/postgresql/
- ../../services/database/mongodb/
- ../../services/object-storage/minio/

View File

@ -10,4 +10,4 @@ spec:
sourceRef:
kind: GitRepository
name: platform-config
path: ./infra/apps/core/accounts/pre
path: ./apps/core/accounts/pre

View File

@ -10,4 +10,4 @@ spec:
sourceRef:
kind: GitRepository
name: platform-config
path: ./infra/apps/core/console/pre
path: ./apps/core/console/pre

View File

@ -10,7 +10,7 @@ spec:
sourceRef:
kind: GitRepository
name: platform-config
path: ./infra/apps/core/accounts/prod
path: ./apps/core/accounts/prod
dependsOn:
- name: platform-k3s
- name: infrastructure-stack

View File

@ -10,7 +10,7 @@ spec:
sourceRef:
kind: GitRepository
name: platform-config
path: ./infra/apps/core/console/prod
path: ./apps/core/console/prod
dependsOn:
- name: platform-k3s
- name: infrastructure-stack

View File

@ -11,6 +11,6 @@ spec:
sourceRef:
kind: GitRepository
name: platform-config
path: ./infra/infrastructure
path: ./databases/postgresql
dependsOn:
- name: platform-k3s

View File

@ -11,6 +11,6 @@ spec:
sourceRef:
kind: GitRepository
name: platform-config
path: ./infra/observability
path: ./apps/monitor/observability-stack
dependsOn:
- name: platform-k3s

View File

@ -11,4 +11,4 @@ spec:
sourceRef:
kind: GitRepository
name: platform-config
path: ./infra/platform
path: ./apps/platform

View File

@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- repositories.yaml
- postgresql
- ../../databases/postgresql