Add Custom Sidecars Containers in Helm Installations

JFrog Installation & Setup Documentation

Content Type
Installation & Setup
ft:sourceType
Paligo

A sidecar is a utility container in a pod that is loosely coupled to the main application container. In some cases you may need to use an extra sidecar container, for example, for monitoring agents or for log collection. If you need to add a custom sidecar container, use the section for defining a custom sidecar container in the values.yaml file (by default this section is commented out).

Artifactory

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

Xray

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

Mission Control

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

Distribution

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