Skip to content

Commit

Permalink
remove all mention of skema-text-reading (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgauldie authored Sep 9, 2024
1 parent 8ef78d0 commit f05f294
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
2 changes: 0 additions & 2 deletions kubernetes/base/services/skema/skema-unified-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ spec:
key: chatgptkey
- name: SKEMA_RS_ADDRESS
value: http://skema-rs:4040
- name: SKEMA_TR_ADDRESS
value: http://skema-text-reading:4047
- name: MIT_TR_ADDRESS
value: http://mit-tr:4046
- name: SKEMA_MATHJAX_ADDRESS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,6 @@ spec:
port:
number: 4040

- host: 'skema-tr.dev.terarium.ai'
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: skema-text-reading
port:
number: 4047

- host: 'skema-unified.dev.terarium.ai'
http:
paths:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ images:
- name: skema-memgraph-image
newName: ghcr.io/darpa-askem/memgraph-platform
newTag: '2.6.5-memgraph2.5.2-lab2.4.0-mage1.6'
- name: skema-text-reading-image
newName: ghcr.io/darpa-askem/skema-text-reading
newTag: '2024_04_02'

# MIT
- name: mit-tr-image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,24 +138,6 @@ spec:
port:
number: 4040

- host: 'skema-tr.staging.terarium.ai'
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ssl-redirect
port:
name: use-annotation
- path: /
pathType: Prefix
backend:
service:
name: skema-test-reading
port:
number: 4047

- host: 'skema-unified.staging.terarium.ai'
http:
paths:
Expand Down

0 comments on commit f05f294

Please sign in to comment.