chore(bootstrap): renamed cluster name to exclude typo

This commit is contained in:
Daniël Groothuis
2025-10-23 11:04:34 +02:00
parent 2c93828903
commit 0860075eaa
10 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ The DGSE Cloud Kubernetes GitOps setup leverages ArgoCD to automate the deployme
The repository is organized as follows:
### Clusters
- Artimis Cluster (Primary DGSE Cloud cluster)
- Artemis Cluster (Primary DGSE Cloud cluster)
### Core Applications
- **ArgoCD**: The GitOps operator for managing Kubernetes applications.
@@ -27,8 +27,8 @@ The repository is organized as follows:
- **PocketID**: The identity provider for managing user authentication and authorization.
### File Locations
`/clusters/artimis/apps` Hosts all ArgoCD applications and projects for the Artimis cluster.
`/clusters/artemis/apps` Hosts all ArgoCD applications and projects for the Artemis cluster.
`/manifests/artimis` Hosts all Kubernetes manifests for the Artimis cluster.
`/manifests/artemis` Hosts all Kubernetes manifests for the Artemis cluster.
`/clusters/artimis/cluster.yaml` General cluster configuration for the Artimis cluster.
`/clusters/artemis/cluster.yaml` General cluster configuration for the Artemis cluster.