Skip to content

Commit

Permalink
Merge pull request #237 from scality/bugfix/ZENKO-884_Honor_PUSH_STAT…
Browse files Browse the repository at this point in the history
…S_in_push_mode

bf(ZENKO-884): Honor PUSH_STATS in push management mode
  • Loading branch information
ssalaues committed Jul 31, 2018
2 parents c67b84e + dcb5658 commit b8714eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/cloudserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ orbit:
endpoint: https://api.zenko.io
pushEndpoint: https://push.api.zenko.io
managerMode: push
workerMode: poll
workerMode: push
storageLimit:
# This allows you to manage storage limits from Orbit
enabled: true
Expand All @@ -32,8 +32,8 @@ mongodb:
replicas: 3

# Replication factor will deploy n * replicaCount for deployments that need
# not only HA but high performance and throughput. When Orbit is enabled, there
# will be an additional stateless single manager pod deployed which serves as the
# not only HA but high performance and throughput. When Orbit is enabled, there
# will be an additional stateless single manager pod deployed which serves as the
# "manager" for reporting metrics. This manager pod currently cannot scale replicas.
replicaCount: 3
replicaFactor: 1
Expand Down

0 comments on commit b8714eb

Please sign in to comment.