15 lines
484 B
YAML
15 lines
484 B
YAML
# 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
|