about summary refs log blame commit diff
path: root/k8s/payload-processor/values.yaml
blob: 77355e5ebf136cd2bbace735b36081f3208c3e62 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                       


                                                     


                                                                            

               
   
                           
 
      
                                         

                                                                  
                    
# Default values for payload-processor.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

# NOTE: This string "@@//src/payload-processor/cmd:push" needs to be present
# in order to limtations of the helm_rules bazel package

replicaCount: 1

db:
  password: "{DB_PASSWORD}"

image:
  repository: docker.io/baitinq/fs-tracer
  pullPolicy: IfNotPresent
  # Overrides the image tag whose default is the chart appVersion.
  tag: "{IMAGE_TAG}"