app/registry: allow inf and q3k to push to app/* and go/svc/*

We have quite a bit of them at this point, and we're likely going to use
app/* and go/svc/* for 'core' services only anyway.

Change-Id: Ic315fbd2d672e525439992bfcd9ead730d1a1b71
diff --git a/app/registry/prod.jsonnet b/app/registry/prod.jsonnet
index ad10634..8e3b562 100644
--- a/app/registry/prod.jsonnet
+++ b/app/registry/prod.jsonnet
@@ -150,11 +150,8 @@
                 local data = self,
                 pushers:: [
                         { who: ["q3k", "inf"], what: "vms/*" },
-                        { who: ["q3k"], what: "app/radio" },
-                        { who: ["q3k"], what: "app/factorio" },
-                        { who: ["q3k"], what: "app/gerrit" },
-                        { who: ["q3k"], what: "app/internet" },
-                        { who: ["q3k"], what: "go/svc/egressifier" },
+                        { who: ["q3k", "inf"], what: "app/*" },
+                        { who: ["q3k", "inf"], what: "go/svc/*" },
                 ],
                 acl: [
                     {