Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 16, 2025
1 parent 4919ed3 commit f5abd4c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions charts/centrifugo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,16 @@ 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
# documentation: https://centrifugal.github.io/centrifugo/server/engines/
engine: "memory"
engine:
type: "memory"

# Enable admin web interface by default.
admin: true
admin:
enabled: true

# Array of namespaces.
namespaces: []
channel:
namespaces: []

# Additional volumes for Centrifugo deployment.
volumes: []
Expand Down

0 comments on commit f5abd4c

Please sign in to comment.