mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-26 10:49:12 -04:00
20 lines
480 B
YAML
20 lines
480 B
YAML
apiVersion: apps/v1beta1
|
|
kind: Deployment
|
|
metadata:
|
|
name: deployment
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: manager
|
|
image: gcr.io/kubeflow-images-public/notebook-controller:v20190614-v0-160-g386f2749-e3b0c4
|
|
command:
|
|
- /manager
|
|
env:
|
|
- name: USE_ISTIO
|
|
value: "false"
|
|
- name: POD_LABELS
|
|
value: $(POD_LABELS)
|
|
imagePullPolicy: Always
|
|
serviceAccountName: service-account
|