Skip to content

Commit

Permalink
Merge pull request #274 from Telecominfraproject/WIFI-13871-CICD-changes
Browse files Browse the repository at this point in the history
WIFI-13871 Correct log setting and point to chart
  • Loading branch information
carsten989 authored Jun 27, 2024
2 parents e49bd3a + a3d8615 commit 9b7124b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cgw/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ releases:

- name: cgw
namespace: {{ .Environment.Values.global.namespace }}
chart: ../../openlan-cgw/helm
#chart: "git+https://github.com/Telecominfraproject/openlan-cgw@helm?ref=next"
#chart: ../../openlan-cgw/helm
chart: "git+https://github.com/Telecominfraproject/openlan-cgw@helm?ref=next"
version: 0.1.0
condition: cgw.enabled
labels:
Expand All @@ -189,9 +189,10 @@ releases:
CGW_REDIS_HOST: redis-master
CGW_REDIS_PORT: "6379"
CGW_ALLOW_CERT_MISMATCH: "yes"
# use (#cpus * 2) - 2
DEFAULT_WSS_THREAD_NUM: "4"
# Useful for debugging:
#CFG_LOG_LEVEL: "Debug"
#CGW_LOG_LEVEL: "debug"
#RUST_BACKTRACE: "full"
- secret_env_variables:
CGW_DB_PASSWORD: "{{ .Environment.Values.postgres.cgwUser.password }}"
Expand Down

0 comments on commit 9b7124b

Please sign in to comment.