Start deploying an initial CredentialIssuer in our install YAML.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
e885114221
commit
1a131e64fe
@ -247,3 +247,15 @@ spec:
|
||||
name: #@ defaultResourceNameWithSuffix("api")
|
||||
namespace: #@ namespace()
|
||||
port: 443
|
||||
---
|
||||
apiVersion: config.concierge.pinniped.dev/v1alpha1
|
||||
kind: CredentialIssuer
|
||||
metadata:
|
||||
name: #@ defaultResourceNameWithSuffix("config")
|
||||
spec:
|
||||
impersonationProxy:
|
||||
mode: auto
|
||||
service:
|
||||
mode: LoadBalancer
|
||||
annotations:
|
||||
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "4000"
|
||||
|
Loading…
Reference in New Issue
Block a user