blob: 83f0c7f45236a5d7602c35bd0325412264a38329 [file] [log] [blame]
kind: Pod
apiVersion: v1
metadata:
name: detect-faces
spec:
containers:
- name: detect-faces
image: giolekva/face-detector:latest
imagePullPolicy: Always
command: ["python3", "main.py"]
args: ["http://api.pcloud.svc:1111/graphql", "http://minio.minio.svc:9000", "0x3"]
restartPolicy: Never