Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update themis-fe.yaml #5902

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/met/themis-fe/themis-fe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
THEMIS_GATEWAY_RESPONSESMAXCONCURRENTPROCESSED: 20
THEMIS_GATEWAY_CONNECTIONTIMEOUT: 720000
THEMIS_GATEWAY_RECEIVETIMEOUT: 720000
THEMIS_GATEWAY_MESSAGEAUDITSUPPRESSION: OFF

Check warning on line 36 in apps/met/themis-fe/themis-fe.yaml

View workflow job for this annotation

GitHub Actions / static_tests

36:49 [truthy] truthy value should be one of [false, true]
THEMIS_GATEWAY_WRITERQUEUENAME: LIBRAGOB_WRITERQUEUE
THEMIS_GATEWAY_LISTENERQUEUENAME: LIBRAGOB_READERQUEUE
THEMIS_GATEWAY_HOLDERCLEANUPCRON: 0 0,30 * * * ?
Expand All @@ -52,8 +52,8 @@
logging_level_root: ERROR
LOGGING_LEVEL_ROOT: ERROR
THEMIS_DAC_RESEND_COOLDOWN_IN_SECONDS: 30
MESSAGE_AUDIT_SUPPRESSION: OFF

Check warning on line 55 in apps/met/themis-fe/themis-fe.yaml

View workflow job for this annotation

GitHub Actions / static_tests

55:36 [truthy] truthy value should be one of [false, true]
TEMP_VAR: 0
TEMP_VAR: 1
chart:
spec:
chart: ./charts/met
Expand Down
Loading