chore(bootstrap): renamed cluster name to exclude typo
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -4,14 +4,14 @@ metadata:
|
||||
name: argocd
|
||||
namespace: argocd
|
||||
labels:
|
||||
platform.dgse.cloud/cluster: artimis
|
||||
platform.dgse.cloud/cluster: artemis
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: argocd
|
||||
source:
|
||||
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
|
||||
path: manifests/artimis/argocd
|
||||
path: manifests/artemis/argocd
|
||||
targetRevision: HEAD
|
||||
destination:
|
||||
namespace: argocd
|
||||
@@ -1,17 +1,17 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: artimis-cluster
|
||||
name: artemis-cluster
|
||||
namespace: argocd
|
||||
labels:
|
||||
platform.dgse.cloud/cluster: artimis
|
||||
platform.dgse.cloud/cluster: artemis
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: argocd
|
||||
source:
|
||||
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
|
||||
path: clusters/artimis
|
||||
path: clusters/artemis
|
||||
targetRevision: HEAD
|
||||
destination:
|
||||
namespace: argocd
|
||||
Reference in New Issue
Block a user