mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-07-24 15:05:16 -04:00
kustomize
This commit is contained in:
parent
ae72757665
commit
aa0e248a45
330 changed files with 27690 additions and 0 deletions
|
@ -0,0 +1,52 @@
|
|||
apiVersion: app.k8s.io/v1beta1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: centraldashboard
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name:
|
||||
app.kubernetes.io/instance: centraldashboard
|
||||
app.kubernetes.io/managed-by: kfctl
|
||||
app.kubernetes.io/component: centraldashboard
|
||||
app.kubernetes.io/part-of: kubeflow
|
||||
app.kubernetes.io/version: v0.6
|
||||
componentKinds:
|
||||
- group: core
|
||||
kind: ConfigMap
|
||||
- group: apps
|
||||
kind: Deployment
|
||||
- group: rbac.authorization.k8s.io
|
||||
kind: RoleBinding
|
||||
- group: rbac.authorization.k8s.io
|
||||
kind: Role
|
||||
- group: core
|
||||
kind: ServiceAccount
|
||||
- group: networking.istio.io
|
||||
kind: VirtualService
|
||||
descriptor:
|
||||
type: centraldashboard
|
||||
version: v0.6.2
|
||||
description: Provides a Dashboard UI for kubeflow
|
||||
maintainers:
|
||||
- name: Jason Prodonovich
|
||||
email: prodonjs@gmail.com
|
||||
- name: Apoorv Verma
|
||||
email: apverma@google.com
|
||||
- name: Adhita Selvaraj
|
||||
email: adhita94@gmail.com
|
||||
owners:
|
||||
- name: Jason Prodonovich
|
||||
email: prodonjs@gmail.com
|
||||
- name: Apoorv Verma
|
||||
email: apverma@google.com
|
||||
- name: Adhita Selvaraj
|
||||
email: adhita94@gmail.com
|
||||
keywords:
|
||||
- centraldashboard
|
||||
- kubeflow
|
||||
links:
|
||||
- description: About
|
||||
url: https://github.com/kubeflow/kubeflow/tree/master/components/centraldashboard
|
||||
addOwnerRef: true
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
bases:
|
||||
- ../../base
|
||||
resources:
|
||||
- application.yaml
|
||||
commonLabels:
|
||||
app.kubernetes.io/name: centraldashboard
|
||||
app.kubernetes.io/instance: centraldashboard
|
||||
app.kubernetes.io/managed-by: kfctl
|
||||
app.kubernetes.io/component: centraldashboard
|
||||
app.kubernetes.io/part-of: kubeflow
|
||||
app.kubernetes.io/version: v0.6
|
Loading…
Add table
Add a link
Reference in a new issue