You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ROUTER_METRICS_TYPE`| haproxy | Generate metrics for the HAProxy router. (haproxy is the only supported value)
51
-
|`ROUTER_OVERRIDE_DOMAINS` | | A commaseparated list of domain names. If a route's domain name matches the host in a route, the host name is ignored and the pattern defined in `ROUTER_SUBDOMAIN` is used.
51
+
|`ROUTER_OVERRIDE_DOMAINS` | | A comma-separated list of domain names. If a route's domain name matches the host in a route, the host name is ignored and the pattern defined in `ROUTER_SUBDOMAIN` is used.
52
52
|`ROUTER_OVERRIDE_HOSTNAME`| | If set `true`, override the spec.host value for a route with the template in `ROUTER_SUBDOMAIN`.
53
53
|`ROUTER_SERVICE_HTTPS_PORT` | 443 | Port to listen for HTTPS requests.
54
54
|`ROUTER_SERVICE_HTTP_PORT` | 80 | Port to listen for HTTP requests.
Copy file name to clipboardExpand all lines: using_images/xpaas_images/data_grid.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ Configuration environment variables are designed to conveniently adjust the imag
313
313
| *_HOTROD_AUTHENTICATION_* | If defined the hotrod-connectors will be configured with authentication in the *_ApplicationRealm_*. | Example: *_true_*
314
314
| *_HOTROD_ENCRYPTION_* | If defined the hotrod-connectors will be configured with encryption in the *_ApplicationRealm_*. | Example: *_true_*
315
315
| *_HOTROD_SERVICE_NAME_* | Name of the OpenShift service used to expose HotRod externally. | Example: *_DATAGRID_APP_HOTROD_*
316
-
| *_INFINISPAN_CONNECTORS_* | Commaseparated list of connectors to configure. Defaults to *_hotrod,memcached,rest_*. Note that if authorization or authentication is enabled on the cache then memcached should be removed as this protocol is inherently insecure. | Example: *_hotrod_*
316
+
| *_INFINISPAN_CONNECTORS_* | Comma-separated list of connectors to configure. Defaults to *_hotrod,memcached,rest_*. Note that if authorization or authentication is enabled on the cache then memcached should be removed as this protocol is inherently insecure. | Example: *_hotrod_*
317
317
| *_JAVA_OPTS_APPEND_* | The contents of *_JAVA_OPTS_APPEND_* is appended to *_JAVA_OPTS_* on startup. | Example: *_-Dfoo=bar_*
318
318
| *_JGROUPS_CLUSTER_PASSWORD_* | A password to control access to JGroups. Needs to be set consistently cluster-wide. The image default is to use the *_OPENSHIFT_KUBE_PING_LABELS_* variable value; however, the JBoss application templates generate and supply a random value. | Example: *_miR0JaDR_*
319
319
| *_MEMCACHED_CACHE_* | The name of the cache to use for the Memcached connector. | Example: *_memcached_*
@@ -356,7 +356,7 @@ The following environment variables all control behavior of individual caches; w
356
356
| *_<CACHE_NAME>_JDBC_STORE_DATASOURCE_* | Defines the jndiname of the datasource. | *_java:jboss/datasources/ExampleDS_*
357
357
| *_<CACHE_NAME>_KEYED_TABLE_PREFIX_* | Defines the prefix prepended to the cache name used when composing the name of the cache entry table. Defaults to *_ispn_entry_*. | *_JDG_*
358
358
| *_<CACHE_NAME>_CACHE_INDEX_* | The indexing mode of the cache. Valid values are *_NONE_*, *_LOCAL_*, and *_ALL_*. Defaults to *_NONE_*. | *_ALL_*
359
-
| *_<CACHE_NAME>_CACHE_INDEXING_PROPERTIES_* | Commaseparated list of properties to pass on to the indexing system. | *_default.directory_provider=ram_*
359
+
| *_<CACHE_NAME>_CACHE_INDEXING_PROPERTIES_* | Comma-separated list of properties to pass on to the indexing system. | *_default.directory_provider=ram_*
360
360
| *_<CACHE_NAME>_CACHE_SECURITY_AUTHORIZATION_ENABLED_* | Enables authorization checks for this cache. Defaults to *_false_*. | *_true_*
361
361
| *_<CACHE_NAME>_CACHE_SECURITY_AUTHORIZATION_ROLES_* | Sets the valid roles required to access this cache. | *_admin,reader,writer_*
362
362
| *_<CACHE_NAME>_CACHE_PARTITION_HANDLING_ENABLED_* | If enabled, then the cache will enter degraded mode when it loses too many nodes. Defaults to *_true_*. | *_false_*
0 commit comments