Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dixitnh authored Jun 19, 2024
1 parent d2f03ab commit ee2b7b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bls-base-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ image:
repository: "" # repository path within bls's CICD ECR
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "latest"

###############################################
# EKS information
###############################################
namespace: ""
namespace: "demo"

serviceAccount:
# Specifies whether a service account should be created
Expand All @@ -31,7 +31,7 @@ serviceAccount:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using "serviceAccountName" helper
name: ""
name: "demo"

###############################################
# Application secrets and Environment variable
Expand All @@ -47,7 +47,7 @@ env: []
secretRef: []

doppler:
project: ""
project: "demo"
config: int

###############################################
Expand All @@ -60,7 +60,7 @@ service:
port: 8080 # Port that the k8s service will use
protocol: TCP # Protocol to use
name: http # Name of the port to expose by the container
roleArn: ""
roleArn: "demo"

ingress:
enabled: false
Expand Down

0 comments on commit ee2b7b7

Please sign in to comment.