Skip to content

Commit 29c58e6

Browse files
committed
chore: update env vars
1 parent e7a4ba1 commit 29c58e6

1 file changed

Lines changed: 32 additions & 11 deletions

File tree

charts/convoy/values.yaml

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,43 @@ app:
66
replicaCount: 2
77
port: 3000
88
env:
9-
- convoy_db_dsn
10-
- convoy_redis_dsn
9+
- ssl
10+
- worker_port
1111
- convoy_env
12+
- convoy_base_url
13+
- convoy_db_type
14+
- convoy_db_dsn
1215
- convoy_sentry_dsn
13-
- convoy_signature_header
16+
- convoy_mutiple_tenants
17+
- convoy_limiter_provider
18+
- convoy_cache_provider
19+
- convoy_queue_provider
20+
- convoy_redis_dsn
21+
- convoy_logger_level
22+
- convoy_logger_provider
23+
- convoy_ssl_key_file
24+
- convoy_ssl_cert_file
25+
- convoy_strategy_type
1426
- convoy_signature_hash
15-
- convoy_api_username
16-
- convoy_api_password
17-
- convoy_ui_username
18-
- convoy_ui_password
19-
- convoy_jwt_key
20-
- convoy_jwt_expiry
21-
- convoy_retry_strategy
27+
- convoy_disable_endpoint
28+
- convoy_signature_header
2229
- convoy_interval_seconds
30+
- convoy_smtp_url
31+
- convoy_smtp_from
32+
- convoy_smtp_port
2333
- convoy_retry_limit
24-
- convoy_disable_endpoint
34+
- convoy_require_auth
35+
- convoy_smtp_provider
36+
- convoy_smtp_username
37+
- convoy_smtp_password
38+
- convoy_smtp_reply_to
39+
- convoy_api_key_config
40+
- convoy_newrelic_app_name
41+
- convoy_basic_auth_config
42+
- convoy_newrelic_license_key
43+
- convoy_native_realm_enabled
44+
- convoy_newrelic_config_enabled
45+
- convoy_newrelic_distributed_tracer_enabled
2546
resources:
2647
limits:
2748
cpu: 300m

0 commit comments

Comments
 (0)