blob: cc3d0891fe548baa508ab1930e1c8015cd5bea34 [file] [log] [blame]
actions:
- name: detect-faces
template: |
kind: Pod
apiVersion: v1
metadata:
name: detect-faces-{{ .Id }}
spec:
containers:
- name: detect-faces
image: giolekva/face-detector:latest
imagePullPolicy: Always
command: ["python3", "main.py"]
args: [{{ .PCloudApiAddr }}, {{ .ObjectStoreAddr }}, {{ .Id }}]
restartPolicy: Never