11#
2- # Copyright (c) 2012-2024 Red Hat, Inc.
2+ # Copyright (c) 2012-2026 Red Hat, Inc.
33# This program and the accompanying materials are made
44# available under the terms of the Eclipse Public License 2.0
55# which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -95,7 +95,7 @@ che.workspace.startup_debug_log_limit_bytes=10485760
9595# This property is set by the {prod-short} Operator if it also installed the support for DevWorkspaces.
9696# This property is used to advertise this fact to the {prod-short} dashboard.
9797# It doesn't make sense to change the value of this property manually.
98- che.devworkspaces.enabled =false
98+ che.devworkspaces.enabled =true
9999
100100# ## Authentication parameters
101101
@@ -250,20 +250,20 @@ db.schema.flyway.scripts.locations=classpath:che-schema
250250che.infra.kubernetes.master_url =
251251
252252# Boolean to configure Kubernetes Client to use trusted certificates.
253- che.infra.kubernetes.trust_certs =false
253+ che.infra.kubernetes.trust_certs =true
254254
255255# Kubernetes cluster domain. If not set, svc names doesn't contain information about the cluster domain.
256256che.infra.kubernetes.cluster_domain =NULL
257257
258258# Defines how servers are exposed to the world in Kubernetes infra.
259259# Options include: `default-host`, `multi-host`, `single-host`.
260- che.infra.kubernetes.server_strategy =multi -host
260+ che.infra.kubernetes.server_strategy =single -host
261261
262262# Defines the way in which the workspace plug-ins and editors are exposed in the single-host mode.
263263# Supported exposures:
264264# `native`:: Exposes servers using Kubernetes Ingresses. Works only on Kubernetes.
265265# `gateway`:: Exposes servers using reverse-proxy gateway.
266- che.infra.kubernetes.singlehost.workspace.exposure =native
266+ che.infra.kubernetes.singlehost.workspace.exposure =gateway
267267
268268# Defines the way to expose devfile endpoints as end-user's applications, in single-host server strategy.
269269# They can either follow the single-host strategy and be exposed on subpaths, or they can be exposed on subdomains.
@@ -401,7 +401,7 @@ che.infra.kubernetes.pod.termination_grace_period_sec=0
401401
402402# Creates Ingresses with Transport Layer Security (TLS) enabled.
403403# In OpenShift infrastructure, Routes are TLS-enabled.
404- che.infra.kubernetes.tls_enabled =false
404+ che.infra.kubernetes.tls_enabled =true
405405
406406# The name of a secret that should be used when creating workspace Ingresses with TLS.
407407# This property is ignored by OpenShift infrastructure.
@@ -503,7 +503,7 @@ che.workspace.plugin_broker.wait_timeout_min=3
503503# Workspace plug-in registry endpoint. Should be a valid HTTP URL.
504504# Example: `++http://che-plugin-registry-eclipse-che.192.168.65.2.nip.io++`
505505# In case the {prod-short} plug-in registry isn't needed, use the value 'NULL'.
506- che.workspace.plugin_registry_url =https://che-plugin-registry.prod-preview.openshift.io/v3
506+ che.workspace.plugin_registry_url =NULL
507507
508508# Workspace plug-in registry internal endpoint. Should be a valid HTTP URL.
509509# Example: `++http://devfile-registry.che.svc.cluster.local:8080++`
@@ -513,7 +513,7 @@ che.workspace.plugin_registry_internal_url=NULL
513513# Devfile registry endpoint. Should be a valid HTTP URL.
514514# Example: `++http://che-devfile-registry-eclipse-che.192.168.65.2.nip.io++`
515515# In case the {prod-short} plug-in registry isn't needed, use the value 'NULL'.
516- che.workspace.devfile_registry_url =https://che-devfile-registry.prod-preview.openshift.io/
516+ che.workspace.devfile_registry_url =NULL
517517
518518# Devfile registry "internal" endpoint. Should be a valid HTTP URL.
519519# Example: `++http://plugin-registry.che.svc.cluster.local:8080++`
0 commit comments