mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-08-03 03:36:20 -04:00
kustomize
This commit is contained in:
parent
ae72757665
commit
aa0e248a45
330 changed files with 27690 additions and 0 deletions
28
kubeflow/kfapp/kustomize/tensorboard/base/kustomization.yaml
Normal file
28
kubeflow/kfapp/kustomize/tensorboard/base/kustomization.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: kubeflow
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
commonLabels:
|
||||
kustomize.component: tensorboard
|
||||
configMapGenerator:
|
||||
- name: parameters
|
||||
env: params.env
|
||||
vars:
|
||||
- name: namespace
|
||||
objref:
|
||||
kind: Service
|
||||
name: tensorboard
|
||||
apiVersion: v1
|
||||
fieldref:
|
||||
fieldpath: metadata.namespace
|
||||
- name: clusterDomain
|
||||
objref:
|
||||
kind: ConfigMap
|
||||
name: parameters
|
||||
apiVersion: v1
|
||||
fieldref:
|
||||
fieldpath: data.clusterDomain
|
||||
configurations:
|
||||
- params.yaml
|
Loading…
Add table
Add a link
Reference in a new issue