From b4f6fb3c3be494223a9d2af1d70153f9b8e243e7 Mon Sep 17 00:00:00 2001 From: Sergiusz Bazanski Date: Sat, 13 Jul 2019 17:07:28 +0200 Subject: [PATCH] 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 --- app/registry/prod.jsonnet | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/registry/prod.jsonnet b/app/registry/prod.jsonnet index ad106349..8e3b5627 100644 --- a/app/registry/prod.jsonnet +++ b/app/registry/prod.jsonnet @@ -150,11 +150,8 @@ local cm = import "../../cluster/kube/lib/cert-manager.libsonnet"; 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: [ {