Skip to content

Commit

Permalink
Merge branch 'main' into feature/add-particular-node-ports
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis authored Nov 1, 2024
2 parents c4f35bf + 22ae686 commit 335bb26
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 114 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- name: HMI_SERVER_URL
value: http://hmi-server:3000
- name: MIRA_REST_URL
value: http://mira-epi-dkg-lb-c7b58edea41524e6.elb.us-east-1.amazonaws.com/
value: http://mira-epi-dkg-lb-dc1e19b273dedaa2.elb.us-east-1.amazonaws.com/
- name: OPENAI_API_KEY
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: Deployment
metadata:
name: equation-extraction-taskrunner
spec:
replicas: 3
strategy:
type: RollingUpdate
template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: Deployment
metadata:
name: table-extraction-taskrunner
spec:
replicas: 3
strategy:
type: RollingUpdate
template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: Deployment
metadata:
name: text-extraction-taskrunner
spec:
replicas: 3
strategy:
type: RollingUpdate
template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,7 @@ spec:
port:
number: 8000

- host: 'integration-dashboard.terarium.ai'
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ssl-redirect
port:
name: use-annotation
- path: /
pathType: Prefix
backend:
service:
name: integration-dashboard
port:
number: 8501
tls:
- hosts:
- 'app.terarium.ai'
- 'documentation.terarium.ai'
- 'integration-dashboard.terarium.ai'
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ resources:
- secrets/secrets-rds-creds.yaml
- secrets/secrets-spicedb-shared.yaml
- secrets/secrets-xdd-api-key.yaml
- services/integration-dashboard/integration-dashboard-deployment.yaml
- services/integration-dashboard/integration-dashboard-service.yaml
patches:
- path: hmi/documentation/terarium-docs-service.yaml
- path: hmi/server/hmi-server-deployment.yaml
Expand All @@ -35,13 +33,13 @@ images:
# Terarium HMI
- name: hmi-client-image
newName: ghcr.io/darpa-askem/hmi-client
newTag: '2.23.1'
newTag: '2.24.0'
- name: terarium-docs-image
newName: ghcr.io/darpa-askem/terarium-docs
newTag: 'latest'
- name: hmi-server-image
newName: ghcr.io/darpa-askem/hmi-server
newTag: '2.23.1'
newTag: '2.24.0'
- name: spicedb-image
newName: ghcr.io/authzed/spicedb
newTag: 'v1.24.0'
Expand All @@ -54,7 +52,7 @@ images:
# Jupyter LLM service
- name: beaker-image
newName: ghcr.io/darpa-askem/beaker-kernel
newTag: '1.12.0'
newTag: '1.14.0'

# Skema
- name: skema-py-image
Expand All @@ -75,35 +73,30 @@ images:
# PyCIEMSS service
- name: pyciemss-api-image
newName: ghcr.io/darpa-askem/pyciemss-api
newTag: '1.19.0'
newTag: '1.20.0'
- name: pyciemss-worker-image
newName: ghcr.io/darpa-askem/pyciemss-worker
newTag: '1.19.0'
newTag: '1.20.0'

# GoLLM service
- name: gollm-taskrunner-image
newName: ghcr.io/darpa-askem/gollm-taskrunner
newTag: '2.23.1'
newTag: '2.24.0'

# Equation extraction (CPU)
- name: equation-extraction-taskrunner-image
newName: ghcr.io/darpa-askem/equation-extraction-taskrunner
newTag: '2.23.1'
newTag: '2.24.0'

# Text extraction (CPU)
- name: text-extraction-taskrunner-image
newName: ghcr.io/darpa-askem/text-extraction-taskrunner
newTag: '2.23.1'
newTag: '2.24.0'

# Table extraction (CPU)
- name: table-extraction-taskrunner-image
newName: ghcr.io/darpa-askem/table-extraction-taskrunner
newTag: '2.23.1'

# Integration Dashboard
- name: integration-dashboard-image
newName: ghcr.io/darpa-askem/integration-dashboard
newTag: 'latest'
newTag: '2.24.0'

# climate data
- name: climate-data-image
Expand All @@ -113,12 +106,12 @@ images:
# mira taskrunner
- name: mira-taskrunner-image
newName: ghcr.io/darpa-askem/mira-taskrunner
newTag: '2.23.1'
newTag: '2.24.0'

# funman taskrunner
- name: funman-taskrunner-image
newName: ghcr.io/darpa-askem/funman-taskrunner
newTag: '2.23.1'
newTag: '2.24.0'

# Redis
- name: redis-image
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 335bb26

Please sign in to comment.