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
m| initContainers | List of additional initialization containers to add to the deployment's Pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ m| []https://{k8s-doc-link}/#container-v1-core[corev1.Container] | false
303
303
m| sideCars | List of additional side-car containers to add to the deployment's Pod. m| []https://{k8s-doc-link}/#container-v1-core[corev1.Container] | false
304
304
m| configMapVolumes | A list of ConfigMaps to add as volumes. Each entry in the list will be added as a ConfigMap Volume to the deployment's Pods and as a VolumeMount to all the containers and init-containers in the Pod. +
m| secretVolumes | A list of Secrets to add as volumes. Each entry in the list will be added as a Secret Volume to the deployment's Pods and as a VolumeMount to all the containers and init-containers in the Pod. +
m| storageEnabled | A boolean flag indicating whether members of this deployment are storage enabled. This value will set the corresponding coherence.distributed.localstorage System property. If not specified the default value is true. This flag is also used to configure the ScalingPolicy value if a value is not specified. If the StorageEnabled field is not specified or is true the scaling will be safe, if StorageEnabled is set to false scaling will be parallel. +
m| persistence | Persistence values configure the on-disc data persistence settings. The bool Enabled enables or disabled on disc persistence of data. +
m| management | Management configures Coherence management over REST Note: Coherence management over REST will is available in Coherence version >= 12.2.1.4. +
m| tracing | Tracing is used to configure Coherence distributed tracing functionality. m| *<<CoherenceTracingSpec,CoherenceTracingSpec>> | false
411
411
m| allowEndangeredForStatusHA | AllowEndangeredForStatusHA is a list of Coherence partitioned cache service names that are allowed to be in an endangered state when testing for StatusHA. Instances where a StatusHA check is performed include the readiness probe and when scaling a deployment. This field would not typically be used except in cases where a cache service is configured with a backup count greater than zero but it does not matter if caches in those services loose data due to member departure. Normally, such cache services would have a backup count of zero, which would automatically excluded them from the StatusHA check. m| []string | false
412
412
m| excludeFromWKA | Exclude members of this deployment from being part of the cluster's WKA list. +
413
-
see: <<coherence_settings/070_wka.adoc,Well Known Addressing>> m| *bool | false
413
+
see: <<docs/coherence_settings/070_wka.adoc,Well Known Addressing>> m| *bool | false
414
414
m| wka | Specify an existing Coherence deployment to be used for WKA. If an existing deployment is to be used for WKA the ExcludeFromWKA is implicitly set to true. +
415
-
see: <<coherence_settings/070_wka.adoc,Well Known Addressing>> m| *<<CoherenceWKASpec,CoherenceWKASpec>> | false
415
+
see: <<docs/coherence_settings/070_wka.adoc,Well Known Addressing>> m| *<<CoherenceWKASpec,CoherenceWKASpec>> | false
416
416
m| skipVersionCheck | Certain features rely on a version check prior to starting the server, e.g. metrics requires >= 12.2.1.4. The version check relies on the ability of the start script to find coherence.jar but if due to how the image has been built this check is failing then setting this flag to true will skip version checking and assume that the latest coherence.jar is being used. m| *bool | false
417
417
m| enableIpMonitor | Enables the Coherence IP Monitor feature. The Operator disables the IP Monitor by default. m| *bool | false
418
418
m| localPort | LocalPort sets the Coherence unicast port. When manually configuring unicast ports, a single port is specified and the second port is automatically selected. If either of the ports are not available, then the default behavior is to select the next available port. For example, if port 9000 is configured for the first port (port1) and it is not available, then the next available port is automatically selected. The second port (port2) is automatically opened and defaults to the next available port after port1 (port1 + 1 if available). m| *int32 | false
@@ -515,7 +515,7 @@ m| ipFamily | IPFamily is the IP family to use for the WKA service (and also the
515
515
=== ConfigMapVolumeSpec
516
516
517
517
ConfigMapVolumeSpec represents a ConfigMap that will be added to the deployment's Pods as an additional Volume and as a VolumeMount in the containers. +
0 commit comments