ops/monitoring: move grafana to sso.

Change-Id: Ib2ecf6820454a160834db2ac212b31d9d5306972
diff --git a/ops/monitoring/lib/global.libsonnet b/ops/monitoring/lib/global.libsonnet
index f001c99..6ec9249 100644
--- a/ops/monitoring/lib/global.libsonnet
+++ b/ops/monitoring/lib/global.libsonnet
@@ -177,9 +177,9 @@
                         enabled: true,
                         client_id: cfg.oauth.clientId,
                         client_secret: cfg.oauth.clientSecret,
-                        auth_url: "https://sso-v2.hackerspace.pl/oauth/authorize",
-                        token_url: "https://sso-v2.hackerspace.pl/oauth/token",
-                        api_url: "https://sso-v2.hackerspace.pl/api/1/userinfo",
+                        auth_url: "https://sso.hackerspace.pl/oauth/authorize",
+                        token_url: "https://sso.hackerspace.pl/oauth/token",
+                        api_url: "https://sso.hackerspace.pl/api/1/userinfo",
                         scopes: "openid",
                         email_attribute_path: "email",
                         allow_sign_up: true,