Skip to content

Commit

Permalink
helm e2e: Add nodeSelector/toleration/affinity
Browse files Browse the repository at this point in the history
Related to issue #218

Signed-off-by: Lianhao Lu <[email protected]>
  • Loading branch information
lianhao committed Aug 6, 2024
1 parent fdad260 commit 8a67bf3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm-charts/chatqna/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ securityContext:
seccompProfile:
type: RuntimeDefault

nodeSelector: {}

tolerations: []

affinity: {}

# To override values in subchart tgi
tgi:
LLM_MODEL_ID: Intel/neural-chat-7b-v3-3
Expand Down
6 changes: 6 additions & 0 deletions helm-charts/codegen/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ securityContext:
seccompProfile:
type: RuntimeDefault

nodeSelector: {}

tolerations: []

affinity: {}

# To override values in subchart tgi
tgi:
LLM_MODEL_ID: meta-llama/CodeLlama-7b-hf
Expand Down
6 changes: 6 additions & 0 deletions helm-charts/codetrans/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ securityContext:
seccompProfile:
type: RuntimeDefault

nodeSelector: {}

tolerations: []

affinity: {}

# To override values in subchart tgi
tgi:
LLM_MODEL_ID: HuggingFaceH4/mistral-7b-grok
Expand Down
6 changes: 6 additions & 0 deletions helm-charts/docsum/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ securityContext:
seccompProfile:
type: RuntimeDefault

nodeSelector: {}

tolerations: []

affinity: {}

# To override values in subchart tgi
tgi:
LLM_MODEL_ID: Intel/neural-chat-7b-v3-3
Expand Down

0 comments on commit 8a67bf3

Please sign in to comment.