You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
475 B
19 lines
475 B
apiVersion: apps/v1
|
|
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
|
|
|