Register a second APIService for the login.pinniped.dev.

This is handled by a second instance of the APIServiceUpdaterController.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2020-09-17 09:52:23 -05:00
parent af034befb0
commit 7ce760a5dd
2 changed files with 28 additions and 0 deletions
+17
View File
@@ -173,3 +173,20 @@ spec:
name: pinniped-api
namespace: #@ data.values.namespace
port: 443
---
apiVersion: apiregistration.k8s.io/v1
kind: APIService
metadata:
name: v1alpha1.login.pinniped.dev
labels:
app: #@ data.values.app_name
spec:
version: v1alpha1
group: login.pinniped.dev
groupPriorityMinimum: 2500
versionPriority: 10
#! caBundle: Do not include this key here. Starts out null, will be updated/owned by the golang code.
service:
name: pinniped-api
namespace: #@ data.values.namespace
port: 443