You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed runtime dependency on redis. All information about teams / instances is now directly stored inside kubernetes as annotations / labels on the deployments of the teams. This aims to make deployment and operation more easy! @J12934 (#25)
MultiJuicer now comes Application level prometheus metrics and dashboards for grafana. This will work automatically when using the grafana / prometheus-operator helm chart. See: monitoring setup guide
🏰 Architectural Changes
Removed ProgressWatchdog sidecar used in every Juice Shop container. This was replaced by a single Service watching and updating all Juice Shop instances. For more information about this change see this comment@J12934 (related to #25)
📚 Docs
Update links to Juice Shop online documentation @bkimminich (#42)
Removed references to redis from deployment all guides. @J12934 (related to #25)