Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions changelog.d/19073.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add optional Redis networking and security config options to workers.md. Contributed by @servisbryce
9 changes: 9 additions & 0 deletions docs/workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ worker_replication_secret: ""

redis:
enabled: true
# Optional settings for configuring networking and security with Redis.
#host: localhost
#port: 6379
#use_tls: false
#ca_file: /etc/ssl/certs/myca.crt
#ca_path: /etc/ssl/certs
#certificate_file: client.crt
#private_key_file: client.pem
#password: redisPassword

instance_map:
main:
Expand Down