Remove Eclipse Che application configurations and related documentation from the repository. This includes the deletion of application-checluster.yaml, application-devworkspace.yaml, application-operator.yaml, checluster.yaml, dwoc.yaml, kustomization.yaml, and README.md, streamlining the project by eliminating outdated resources.

This commit is contained in:
Nikholas Pcenicni
2026-04-01 01:21:32 -04:00
parent c15bf4d708
commit c312ceeb56
7 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Required on **Kubernetes** (OpenShift discovers this automatically). See DevWorkspaceOperatorConfig CRD:
# **routing.clusterHostSuffix** — hostname suffix for DevWorkspace routes. Without this, Che / workspaces
# often fail with errors like **no available server** or broken routing.
# Must be named **devworkspace-operator-config** in **devworkspace-controller**.
# v1alpha1 uses a root-level **config** key (not spec.config); see combined.yaml CRD for devworkspaceoperatorconfigs.
# Edit if your ingress base domain differs from the noble lab pattern.
apiVersion: controller.devfile.io/v1alpha1
kind: DevWorkspaceOperatorConfig
metadata:
name: devworkspace-operator-config
namespace: devworkspace-controller
config:
routing:
clusterHostSuffix: apps.noble.lab.pcenicni.dev