Manage K8sContainerConfig for Applications and Environments in Kubernetes Mode
The K8sContainerConfig uses the following versioned configuration key format.
Versioned configuration management
The new configuration key follows the format c3-server-8.<minorPatchVersion> and c3-server-log-8.<minorPatchVersion>. For example, c3-server-8.5 and c3-server-log-8.5.
Fetch c3-server and c3-server-log K8sContainerConfig
JavaScript
K8sContainerConfig contConfig = K8sContainerConfig.forC3ServerContainer(<semantic-version>,<bindings>);JavaScript
K8sContainerConfig contConfig = K8sContainerConfig.forC3ServerLogContainer(<semantic-version>,<bindings>);