mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-25 18:29:11 -04:00
18 lines
463 B
YAML
18 lines
463 B
YAML
apiVersion: apps/v1beta2
|
|
kind: Deployment
|
|
metadata:
|
|
name: ml-pipeline-scheduledworkflow
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: ml-pipeline-scheduledworkflow
|
|
env:
|
|
- name: POD_NAMESPACE
|
|
valueFrom:
|
|
fieldRef:
|
|
fieldPath: metadata.namespace
|
|
image: gcr.io/ml-pipeline/scheduledworkflow:0.1.23
|
|
imagePullPolicy: IfNotPresent
|
|
serviceAccountName: ml-pipeline-scheduledworkflow
|