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 - namespace.yaml
- repository.yaml - repository.yaml
- ../../apps/itsm-dev/ - ../../apps/itsm-dev/
- ../../apps/redis/ - ../../services/cache/redis/
- ../../apps/mysql/ - ../../services/database/mysql/
- ../../apps/postgresql/ - ../../services/database/postgresql/
- ../../apps/mongodb/ - ../../services/database/mongodb/
- ../../apps/minio/ - ../../services/object-storage/minio/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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