From a54e1145a588160db58cad0c589f5ba84a85a563 Mon Sep 17 00:00:00 2001 From: Mo Khan Date: Fri, 19 Feb 2021 07:47:38 -0500 Subject: [PATCH] concierge API service: update groupPriorityMinimum and versionPriority Copy over values that I have seen used in the past. Signed-off-by: Monis Khan --- deploy/concierge/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/concierge/deployment.yaml b/deploy/concierge/deployment.yaml index 3d7f4243..535cf1f1 100644 --- a/deploy/concierge/deployment.yaml +++ b/deploy/concierge/deployment.yaml @@ -197,8 +197,8 @@ metadata: spec: version: v1alpha1 group: #@ pinnipedDevAPIGroupWithPrefix("login.concierge") - groupPriorityMinimum: 2500 - versionPriority: 10 + groupPriorityMinimum: 9900 + versionPriority: 15 #! caBundle: Do not include this key here. Starts out null, will be updated/owned by the golang code. service: name: #@ defaultResourceNameWithSuffix("api")