Skip to content

Commit

Permalink
Merge pull request #25 from olzemal/main
Browse files Browse the repository at this point in the history
Add config.logLevel to values.yaml
  • Loading branch information
mxyng authored May 1, 2023
2 parents 04996de + f28f183 commit d3e1711
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/infra-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: infra-server
description: A Helm chart for Infra server.
type: application
version: 0.1.2
version: 0.1.3
appVersion: 0.21.0
16 changes: 10 additions & 6 deletions charts/infra-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ config:
## Enable telemetry collection
enableTelemetry: true

## Log Level of the server
## [error, warn, info, debug] (default info)
logLevel: info

## Duration of a user session
## Default 30 days
sessionDuration: 720h0m0s
Expand Down Expand Up @@ -90,8 +94,8 @@ global:

## Environment variables to pass to all deployed pods
env: []
# - name: "INFRA_LOG_LEVEL"
# value: "info"
# - name: "HTTP_PROXY"
# value: "foo"

## ConfigMap or Secret references containing environment variables to pass to all deploy pods
## Ref: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/
Expand Down Expand Up @@ -136,8 +140,8 @@ server:

## Environment variables to pass to the server container
env: []
# - name: "INFRA_LOG_LEVEL"
# value: "info"
# - name: "HTTP_PROXY"
# value: "foo"

## ConfigMap or Secret references containing environment variables to pass to the server container
## Ref: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/
Expand Down Expand Up @@ -639,8 +643,8 @@ postgres:

## Environment variables to pass to the postgres container
env: []
# - name: "INFRA_LOG_LEVEL"
# value: "info"
# - name: "HTTP_PROXY"
# value: "foo"

## ConfigMap or Secret references containing environment variables to pass to the postgres container
## Ref: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/
Expand Down

0 comments on commit d3e1711

Please sign in to comment.