Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Sep 26, 2020
1 parent 677d7be commit 3ef3267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/centrifugo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ centrifugo:
internal: 9000
grpc: 10000

# Centrifugo configuration, will be transformed into config.json file.
config:
# Engine to use. Default memory engine allows running only one Centrifugo pod.
# Scale to many pods with Redis engine or Nats broker. Refer to Centrifugo
Expand All @@ -150,6 +151,7 @@ centrifugo:
# Array of namespaces.
namespaces: []

# Centrifugo secrets.
secrets:
# Secret key for HMAC tokens.
tokenHmacSecretKey: ""
Expand Down

0 comments on commit 3ef3267

Please sign in to comment.