Add model registry v0.2.19
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
kind: ClusterRole
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
name: model-registry-ui-namespaces-reader
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ''
|
||||
resources:
|
||||
- namespaces
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: model-registry-ui-namespaces-reader-binding
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: model-registry-ui
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: model-registry-ui-namespaces-reader
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: service-access-cluster-binding
|
||||
subjects:
|
||||
- kind: User
|
||||
name: user@example.com
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: cluster-admin
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
@@ -0,0 +1,15 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
- kubeflow-dashboard-rbac.yaml
|
||||
|
||||
patches:
|
||||
- path: model-registry-ui-deployment.yaml
|
||||
target:
|
||||
group: apps
|
||||
kind: Deployment
|
||||
name: model-registry-ui
|
||||
version: v1
|
||||
namespace: kubeflow
|
||||
@@ -0,0 +1,5 @@
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/args
|
||||
value:
|
||||
- "--standalone-mode=true"
|
||||
- "--port=8080"
|
||||
Reference in New Issue
Block a user