Skip to content

Commit

Permalink
Merge branch 'main' into BC-5268-move-alert-to-nest
Browse files Browse the repository at this point in the history
  • Loading branch information
wiaderwek committed Apr 22, 2024
2 parents 6d16ede + f58e0f2 commit 7d40e95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app: api-admin
data:
NEST_LOG_LEVEL: "{{ NEST_LOG_LEVEL }}"
EXIT_ON_ERROR: "{{ EXIT_ON_ERROR }}"
EXIT_ON_ERROR: "true"
ADMIN_API__PORT: "4030"
SC_DOMAIN: "{{ DOMAIN }}"
FEATURE_PROMETHEUS_METRICS_ENABLED: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ metadata:
app: amqp-files
data:
NEST_LOG_LEVEL: "{{ NEST_LOG_LEVEL }}"
EXIT_ON_ERROR: "{{ EXIT_ON_ERROR }}"
EXIT_ON_ERROR: "true"
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ metadata:
app: preview-generator
data:
NEST_LOG_LEVEL: "{{ NEST_LOG_LEVEL }}"
EXIT_ON_ERROR: "{{ EXIT_ON_ERROR }}"
EXIT_ON_ERROR: "true"

0 comments on commit 7d40e95

Please sign in to comment.