Sign inSign up

wibusystems/codemeter-chart

By wibusystems

•Updated 4 months ago

Helm Chart to Manage CodeMeter Runtime in Kube Clusters

Helm
Security
0

1.3K

wibusystems/codemeter-chart repository overview

⁠CodeMeter Runtime Helm Chart

Helm Chart for deploying CodeMeter Runtime in Kubernetes or other cluster environments.

Built on the official CodeMeter Runtime Docker Image⁠, this chart simplifies setup, scaling, and configuration.

⁠Configuration Options

The Helm Chart offers the following configuration options.


config:
  # Whether or not to log the bootstrap process.
  logBootstrap: null

  # Wether to use broadcast remote servers
  useBroadcastRemoteServers: null

  # Whether to start CodeMeter as a network server.
  networkServer: null

  # An optional CmFirm.wbc file
  cmFirmWbc: {}
  # Example:
  #   secretName: codemeter-cmfirm-wbc
  #   secretKey: CmFirm.wbc

  # Add the given Address to the Server Search List.
  remoteServer: []
  # Example:
  #   - 1.2.3.4
  #   - remote-license-server.example.lan

  # Additional secrets to mount that should be imported by codemeter as licenses.
  # Use kubectl to import license files as kubernetes secrets:
  #
  #   kubectl create secret generic foo --from-file License.WibuCmRaU
  #
  licenseFile: []
  # Example:
  #   - secretName: foo
  #     secretKey: License.WibuCmRaU

  # Additional secrets to mount that should be imported by codemeter as cloud credentials.
  # This option is not compatible with config.licenseFile, config.remoteServer and config.useBroadcastRemoteServers.
  # Use kubectl to import cloud credentials as kubernetes secrets:
  #
  #   kubectl create secret generic foo --from-file CmCloud.wbc
  #
  cmCloudCredentials: []
  # Example:
  #   - secretName: foo
  #     secretKey: CmCloud.wbc

  # CodeMeter's /etc/wibu/CodeMeter/Server.ini file.
  # Changes to this file in the running container are not synchronized back to the secret.
  serverIni: |
    [General]
    Logging=1
    LogPath=/tmp
    LogLicenseTrackingPath=/tmp
    EnabledContainerTypes=10

    [Backup]
    UpdateCertifiedTime=0
    Interval=0
    Path=/tmp
⁠Source

Full source and documentation: github.com/wibu-systems/docker-codemeter⁠

Tag summary

Content type

Helm

Digest

sha256:74b88aaf4…

Size

3.9 kB

Last updated

4 months ago

helm pull oci://registry-1.docker.io/wibusystems/codemeter-chart --version latest