mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-26 02:39:17 -04:00
29 lines
541 B
YAML
29 lines
541 B
YAML
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
|