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:
14
clusters/noble/apps/eclipse-che/checluster.yaml
Normal file
14
clusters/noble/apps/eclipse-che/checluster.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Eclipse Che instance — applied after **che-operator** is running (sync wave 2).
|
||||
# Edit **hostname** / **domain** if your ingress DNS differs from the noble lab pattern.
|
||||
apiVersion: org.eclipse.che/v2
|
||||
kind: CheCluster
|
||||
metadata:
|
||||
name: eclipse-che
|
||||
namespace: eclipse-che
|
||||
spec:
|
||||
networking:
|
||||
domain: apps.noble.lab.pcenicni.dev
|
||||
hostname: che.apps.noble.lab.pcenicni.dev
|
||||
ingressClassName: traefik
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
Reference in New Issue
Block a user