about summary refs log tree commit diff
path: root/k8s/rest-api/values.yaml
blob: f79e04fc8016b80b8b0c1428a86643b23101ef1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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

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