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:
|
The repository is organized as follows:
|
||||||
|
|
||||||
### Clusters
|
### Clusters
|
||||||
- Artimis Cluster (Primary DGSE Cloud cluster)
|
- Artemis Cluster (Primary DGSE Cloud cluster)
|
||||||
|
|
||||||
### Core Applications
|
### Core Applications
|
||||||
- **ArgoCD**: The GitOps operator for managing Kubernetes 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.
|
- **PocketID**: The identity provider for managing user authentication and authorization.
|
||||||
|
|
||||||
### File Locations
|
### 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
|
name: argocd
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
labels:
|
labels:
|
||||||
platform.dgse.cloud/cluster: artimis
|
platform.dgse.cloud/cluster: artemis
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: argocd
|
project: argocd
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
|
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
|
||||||
path: manifests/artimis/argocd
|
path: manifests/artemis/argocd
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
destination:
|
destination:
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
@@ -1,17 +1,17 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: artimis-cluster
|
name: artemis-cluster
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
labels:
|
labels:
|
||||||
platform.dgse.cloud/cluster: artimis
|
platform.dgse.cloud/cluster: artemis
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: argocd
|
project: argocd
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
|
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
|
||||||
path: clusters/artimis
|
path: clusters/artemis
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
destination:
|
destination:
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
Reference in New Issue
Block a user