Skip to content

Commit

Permalink
update deployment tmpl to use image from ghcr (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 authored Feb 19, 2024
1 parent 38aee43 commit b96d061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/deployment-production.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
spec:
containers:
- name: theia-production-app
image: zooniverse/theia:__IMAGE_TAG__
image: ghcr.io/zooniverse/theia:__IMAGE_TAG__
resources:
requests:
memory: "200Mi"
Expand Down Expand Up @@ -174,7 +174,7 @@ spec:
spec:
containers:
- name: theia-production-worker
image: zooniverse/theia:__IMAGE_TAG__
image: ghcr.io/zooniverse/theia:__IMAGE_TAG__
resources:
requests:
memory: "200Mi"
Expand Down

0 comments on commit b96d061

Please sign in to comment.