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



                                                     


                                                                   

               


                           
      
                                         

                                                                  
                    

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

# NOTE: This string "@@//src/rest-api/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}"

service:
  type: LoadBalancer
  port: 8080