Skip to content

Commit

Permalink
changes service monitor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Carvalho committed Sep 20, 2024
1 parent e765280 commit ff48ca1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@ update_config_files() {
fi
done

# service monitor has different parsing for storage endpoints
set_config "storage-endpoints" "localhost:${CYRAL_STORAGE_MANAGER_PORT}" "service-monitor"

echo "Configuring storage manager to act as proxy"
set_config "proxy" "true" "storage-manager"
set_config "is-sidecar-service" "true" "storage-manager"
Expand Down

0 comments on commit ff48ca1

Please sign in to comment.