Skip to content

Commit

Permalink
Update Kubernetes image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkanosis committed Mar 6, 2023
1 parent 304cd7f commit 109b4b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Create the following `$HOME/jobs.yaml` file:
./socksfinder build ./data/frwiki-${dump}.idx &&
ln -sf frwiki-${dump}.idx ./data/frwiki-latest.idx &&
curl https://$PROJECT.toolforge.org/reload
image: tf-golang111
image: tf-golang1.11
schedule: "0 0 3,22 * *"
emails: all
```
Expand All @@ -254,7 +254,7 @@ Create the following `$HOME/service.template` file:
```yaml
backend: kubernetes
mem: 2Gi
type: golang111
type: golang1.11
extra_args:
- /data/project/$PROJECT/socksfinder
- serve
Expand Down
2 changes: 1 addition & 1 deletion samples/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
./socksfinder build ./data/frwiki-${dump}.idx &&
ln -sf frwiki-${dump}.idx ./data/frwiki-latest.idx &&
curl https://$PROJECT.toolforge.org/reload
image: tf-golang111
image: tf-golang1.11
schedule: "0 0 3,22 * *"
emails: all
2 changes: 1 addition & 1 deletion samples/service.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
backend: kubernetes
mem: 2Gi
type: golang111
type: golang1.11
extra_args:
- /data/project/$PROJECT/socksfinder
- serve
Expand Down

0 comments on commit 109b4b5

Please sign in to comment.