Skip to content

Commit

Permalink
Updated kubernetes file
Browse files Browse the repository at this point in the history
  • Loading branch information
tongning committed Sep 13, 2019
1 parent 6b08ae2 commit 3465424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: prodall3
name: seattle
spec:
completions: 9
parallelism: 9
Expand All @@ -18,8 +18,8 @@ spec:
cpu: "0.5"
limits:
cpu: "0.8"
image: gcr.io/t-pulsar-252617/panoscraper:v1
command: ["/app/DownloadRunnerDockerEntrypoint.sh", "sidewalk-sea.cs.washington.edu", "[email protected]:/fs/jonf-sidewalk/Panoramas/scrapes_dump_seattle", "22"]
image: gcr.io/t-pulsar-252617/panoscraper:v2
command: ["/app/DownloadRunnerDockerEntrypoint.sh", "sidewalk-sea.cs.washington.edu", "[email protected]:/sidewalk_panos/Panoramas/scrapes_dump_seattle", "9000"]
volumeMounts:
- mountPath: /dev/fuse
name: dev-fuse
Expand Down

0 comments on commit 3465424

Please sign in to comment.