mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-25 18:29:11 -04:00
39 lines
877 B
YAML
39 lines
877 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- cluster-role-binding.yaml
|
|
- cluster-role.yaml
|
|
- crd.yaml
|
|
- deployment.yaml
|
|
- service-account.yaml
|
|
- service.yaml
|
|
namePrefix: notebook-controller-
|
|
namespace: kubeflow
|
|
commonLabels:
|
|
app: notebook-controller
|
|
kustomize.component: notebook-controller
|
|
images:
|
|
- name: gcr.io/kubeflow-images-public/notebook-controller
|
|
newName: gcr.io/kubeflow-images-public/notebook-controller
|
|
newTag: v20190603-v0-175-geeca4530-e3b0c4
|
|
configMapGenerator:
|
|
- name: parameters
|
|
env: params.env
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
vars:
|
|
- name: POD_LABELS
|
|
objref:
|
|
kind: ConfigMap
|
|
name: parameters
|
|
apiVersion: v1
|
|
fieldref:
|
|
fieldpath: data.POD_LABELS
|
|
- name: USE_ISTIO
|
|
objref:
|
|
kind: ConfigMap
|
|
name: parameters
|
|
apiVersion: v1
|
|
fieldref:
|
|
fieldpath: data.USE_ISTIO
|