Skip to content

Commit

Permalink
chore: Remove sentinels
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancabral committed Dec 15, 2021
1 parent c2628c5 commit 8c8ec74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ cat <<EOF >./config.json
"address": "$ADDRESS",
"redis_host": "$REDIS_HOST",
"redis_port":"$REDIS_PORT",
"redis_sentinels": "$REDIS_SENTINELS",
"redis_db": "$REDIS_DB",
"redis_master_name": "$REDIS_MASTER_NAME",
"redis_db": "$REDIS_DB"
"namespaces": [
{
"name": "public",
Expand Down
2 changes: 0 additions & 2 deletions helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ env:
PORT: #{CENTRIFUGOWS_PORT}#
REDIS_DB: #{CENTRIFUGOWS_REDIS_DB}#
REDIS_HOST: #{CENTRIFUGOWS_REDIS_HOST}#
REDIS_MASTER_NAME: #{CENTRIFUGOWS_REDIS_MASTER_NAME}#
REDIS_PORT: #{CENTRIFUGOWS_REDIS_PORT}#
REDIS_SENTINELS: #{CENTRIFUGOWS_REDIS_SENTINELS}#
secrets:
ADMIN_PASSWORD: #{CENTRIFUGOWS_ADMIN_PASSWORD}#
ADMIN_SECRET: #{CENTRIFUGOWS_ADMIN_SECRET}#
Expand Down

0 comments on commit 8c8ec74

Please sign in to comment.