first commit
This commit is contained in:
commit
e8a57ace39
16 changed files with 1486 additions and 0 deletions
14
config/400-apiservice.yaml
Normal file
14
config/400-apiservice.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
apiVersion: apiregistration.k8s.io/v1beta1
|
||||
kind: APIService
|
||||
metadata:
|
||||
name: v1alpha1.template-solver
|
||||
annotations:
|
||||
cert-manager.io/inject-ca-from: "template-solver/template-solver-ca"
|
||||
spec:
|
||||
group: template-solver
|
||||
groupPriorityMinimum: 1000
|
||||
versionPriority: 15
|
||||
service:
|
||||
name: template-solver
|
||||
namespace: template-solver
|
||||
version: v1alpha1
|
||||
Loading…
Add table
Add a link
Reference in a new issue