Custom Sidecar Containers in Helm Installations

Add sidecar containers to JFrog Helm deployments for log shipping, monitoring, and auxiliary services.

A sidecar is a utility container in a pod that is loosely coupled to the main application container. To add a custom sidecar container — for example, for monitoring agents or log collection — use the customSidecarContainers section in the values.yaml file (commented out by default).

Artifactory

artifactory:
  ## Add custom sidecar containers
  customSidecarContainers: |
    ## Sidecar containers template goes here ##

Xray

common:
  ## Add custom sidecar containers
  customSidecarContainers: |
    ## Sidecar containers template goes here ##

Distribution

common: 
  ## Add custom sidecar containers 
  customSidecarContainers: | 
    ## Sidecar containers template goes here ##