Skip to content

Commit

Permalink
Adding env to triton hypha
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Oct 12, 2023
1 parent 2ed84e5 commit a95f84a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/hypha/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 3.3.0
- name: tritoninferenceserver-hypha
repository: file://../tritoninferenceserver-hypha
version: 1.0.5
version: 1.0.6
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.11.6
digest: sha256:f513dba8f9978281f7d8e496c3341cdcabb07389f08fe168e52869b186acc852
generated: "2023-09-19T10:41:56.049018409+01:00"
digest: sha256:b64604ad63b7bff2b385ac861ddcffa055b15ed69cfd3790fb96a0955a9e7f1b
generated: "2023-10-12T13:51:41.190784961+01:00"
4 changes: 2 additions & 2 deletions charts/hypha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.16.1
version: 0.16.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies:
# condition: ingress-nginx.enabled
- name: tritoninferenceserver-hypha
repository: "file://../tritoninferenceserver-hypha"
version: 1.0.5
version: 1.0.6
condition: tritoninferenceserver-hypha.enabled
- name: redis
repository: "https://charts.bitnami.com/bitnami"
Expand Down
Binary file not shown.
Binary file not shown.
14 changes: 12 additions & 2 deletions charts/hypha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,23 @@ tritoninferenceserver-hypha:
# cpu: "4"
resources:
requests:
nvidia.com/gpu: 0
nvidia.com/gpu: 1
memory: "1Gi"
cpu: "0.1"
limits:
nvidia.com/gpu: 0
nvidia.com/gpu: 1
memory: "1Gi"
cpu: "0.1"

service:
type: ClusterIP

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
gpuUtilization: 50
gpuMemoryUtilization: 50

nodeSelector:
cloud.google.com/gke-accelerator: "nvidia-tesla-t4"
2 changes: 1 addition & 1 deletion charts/tritoninferenceserver-hypha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.5
version: 1.0.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spec:
value: "true"
- name: MODEL_SNAPSHOTS_DIRECTORY
value: "{{ .Values.image.modelSnapshotsPath }}"
{{ toYaml .Values.env | indent 12 }}
imagePullPolicy: IfNotPresent
# TODO Fix probe checks
# livenessProbe:
Expand Down

0 comments on commit a95f84a

Please sign in to comment.