Skip to content

Commit

Permalink
Update k8s manifests for htr and fits
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 10, 2024
1 parent fedb5e8 commit c466d7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/k8s/fits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: fits
image: islandora/fits:3.3.0
image: islandora/fits:3.4
imagePullPolicy: IfNotPresent
env:
- name: FITS_MAX_REQUEST_SIZE
Expand Down
4 changes: 2 additions & 2 deletions ci/k8s/htr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: scyllaridae-htr
image: lehighlts/scyllaridae-openai-htr:main
image: lehighlts/scyllaridae-openai-htr:main-7b401ec
imagePullPolicy: IfNotPresent
env:
- name: OPENAI_API_KEY
Expand All @@ -40,7 +40,7 @@ spec:
memory: "128Mi"
cpu: "250m"
limits:
memory: "1Gi"
memory: "2Gi"
ports:
- hostPort: 8087
containerPort: 8080
Expand Down

0 comments on commit c466d7a

Please sign in to comment.