blob: 83f0c7f45236a5d7602c35bd0325412264a38329 [file] [log] [blame]
giolekvafb52e0d2020-04-23 22:52:13 +04001kind: Pod
2apiVersion: v1
3metadata:
4 name: detect-faces
5spec:
6 containers:
7 - name: detect-faces
giolekvac890dea2020-05-05 18:21:10 +04008 image: giolekva/face-detector:latest
9 imagePullPolicy: Always
10 command: ["python3", "main.py"]
11 args: ["http://api.pcloud.svc:1111/graphql", "http://minio.minio.svc:9000", "0x3"]
giolekvafb52e0d2020-04-23 22:52:13 +040012 restartPolicy: Never