Enhance Eclipse Che configuration in checluster.yaml by adding externalTLSConfig for secure workspace subdomains. This change ensures cert-manager can issue TLS certificates, preventing issues with unavailable servers when opening workspaces.
This commit is contained in:
@@ -1,11 +1,21 @@
|
||||
# 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.
|
||||
#
|
||||
# **devEnvironments.networking.externalTLSConfig** — required with cert-manager for **workspace** subdomains.
|
||||
# Without it, Che creates secure workspace Ingresses with TLS hosts but **no secretName**, so cert-manager
|
||||
# never issues certs and the dashboard often shows **no available server** when opening a workspace.
|
||||
apiVersion: org.eclipse.che/v2
|
||||
kind: CheCluster
|
||||
metadata:
|
||||
name: eclipse-che
|
||||
namespace: eclipse-che
|
||||
spec:
|
||||
devEnvironments:
|
||||
networking:
|
||||
externalTLSConfig:
|
||||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
networking:
|
||||
domain: apps.noble.lab.pcenicni.dev
|
||||
hostname: che.apps.noble.lab.pcenicni.dev
|
||||
|
||||
Reference in New Issue
Block a user