concierge API service: update groupPriorityMinimum and versionPriority
Copy over values that I have seen used in the past. Signed-off-by: Monis Khan <mok@vmware.com>
This commit is contained in:
parent
2b208807a6
commit
a54e1145a5
@ -197,8 +197,8 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
version: v1alpha1
|
version: v1alpha1
|
||||||
group: #@ pinnipedDevAPIGroupWithPrefix("login.concierge")
|
group: #@ pinnipedDevAPIGroupWithPrefix("login.concierge")
|
||||||
groupPriorityMinimum: 2500
|
groupPriorityMinimum: 9900
|
||||||
versionPriority: 10
|
versionPriority: 15
|
||||||
#! caBundle: Do not include this key here. Starts out null, will be updated/owned by the golang code.
|
#! caBundle: Do not include this key here. Starts out null, will be updated/owned by the golang code.
|
||||||
service:
|
service:
|
||||||
name: #@ defaultResourceNameWithSuffix("api")
|
name: #@ defaultResourceNameWithSuffix("api")
|
||||||
|
Loading…
Reference in New Issue
Block a user