Add Eclipse Che applications to kustomization.yaml for improved development workspace management. This update includes application-devworkspace, application-operator, and application-checluster resources, enhancing the deployment capabilities for the Noble cluster.

This commit is contained in:
Nikholas Pcenicni
2026-03-28 19:53:01 -04:00
parent 544f75b0ee
commit 8a740019ad
7 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# CheCluster CR — sync wave 2 (operator must be Ready to reconcile).
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: eclipse-che-cluster
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "2"
finalizers:
- resources-finalizer.argocd.argoproj.io/background
spec:
project: default
source:
repoURL: https://gitea.pcenicni.ca/gsdavidp/home-server.git
targetRevision: HEAD
path: clusters/noble/apps/eclipse-che
directory:
include: checluster.yaml
destination:
server: https://kubernetes.default.svc
namespace: eclipse-che
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true