Skip to content

Commit

Permalink
splitting robokop and litcoin helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Jan 22, 2025
1 parent 84d4a43 commit 2304cb7
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 6 deletions.
File renamed without changes.
50 changes: 50 additions & 0 deletions helm/orion/renci-litcoin-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Values for running ORION on Sterling at RENCI for LitCoin

replicaCount: 1

orion:
graphID: "LitCoin_ORION"
# optionally use a remote graph spec by supplying a url
# graphSpec: 'https://stars.renci.org/var/data_services/graph_specs/current-graph-spec.yml'
graphSpec: "litcoin-graph-spec.yaml"
# useLocalGraphSpec true if the graphSpec is a file in the codebase (mainly for testing), false if a remote URL
useLocalGraphSpec: true
buildMode: true
image:
repository: ghcr.io/robokopu24/orion
pullPolicy: IfNotPresent
tag: litcoin-pipeline-13
graphsVolume:
use_nfs: true
nfs_server: na-projects.edc.renci.org
nfs_path: # we need to make a new space for this
nfs_mount_subpath: # we need to make a new space for this
sourcesVolume:
use_nfs: true
nfs_server: na-projects.edc.renci.org
nfs_path: # we need to make a new space for this
nfs_mount_subpath: # we need to make a new space for this
neo4jScratchVolume:
size: 20Gi
resources:
limits:
cpu: "2000m"
memory: 12Gi
ephemeral-storage: 2Gi
requests:
cpu: "2000m"
memory: 8Gi
ephemeral-storage: 1Gi
securityContext:
runAsUser: 30000
runAsGroup: 1000
normalization:
nodeNormEndpoint: https://nodenormalization-sri.renci.org/
edgeNormEndpoint: https://bl-lookup-sri.renci.org/
nameResolverEndpoint: https://name-resolution-sri.renci.org/
sapbertEndpoint: https://sap-qdrant.apps.renci.org/
bl_version: 4.2.5
outputURL: https://stars.renci.org/var/data_services/litcoin/graphs/
openAI:
openAIKey: secret_key_here_do_not_commit
openAIOrg: secret_org_here_do_not_commit
5 changes: 1 addition & 4 deletions helm/orion/renci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@ orion:
edgeNormEndpoint: https://bl-lookup-sri.renci.org/
nameResolverEndpoint: https://name-resolution-sri.renci.org/
sapbertEndpoint: https://sap-qdrant.apps.renci.org/
bl_version: 4.2.1
bl_version: 4.2.6-rc2
outputURL: https://stars.renci.org/var/plater/bl-4.2.1/
openAI:
openAIKey: secret_key_here_do_not_commit
openAIOrg: secret_org_here_do_not_commit

pharos:
host: pod-host-or-ip
Expand Down
7 changes: 5 additions & 2 deletions helm/orion/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
replicaCount: 1

orion:
graphID: "Test_Graph"
graphSpec: "testing-graph-spec.yml"
graphID: "all"
graphSpec: "example-graph-spec.yaml"
# useLocalGraphSpec true if the graphSpec is a file in the codebase (mainly for testing), false if a remote URL
useLocalGraphSpec: true
buildMode: true
Expand Down Expand Up @@ -49,6 +49,9 @@ orion:
normalization:
nodeNormEndpoint:
edgeNormEndpoint:
openAI:
openAIKey:
openAIOrg:

pharos:
host:
Expand Down

0 comments on commit 2304cb7

Please sign in to comment.