Skip to content

Commit

Permalink
Replace INFRA_LOG_LEVEL with more generic HTTP_PROXY in env configs.
Browse files Browse the repository at this point in the history
This removes any cause for confusion as to how to set the server's
log level.
  • Loading branch information
olzemal committed Apr 14, 2023
1 parent 5a875cb commit ebeed25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/infra-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,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 @@ -140,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 @@ -643,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 ebeed25

Please sign in to comment.