Skip to content

Commit 38f5a7a

Browse files
authored
fix: helm chart format and field issue of tsdb (#147)
* fix: add h800 and h20 * fix: chart issue * fix: remove fields not supported in old k8s version * fix: h20 pricing
1 parent 17b7659 commit 38f5a7a

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

charts/tensor-fusion/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.2.16
18+
version: 1.2.17
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/tensor-fusion/templates/gpu-public-gpu-info.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,19 @@ data:
308308
vendor: NVIDIA
309309
costPerHour: 2.99
310310
fp16TFlops: 989
311+
312+
- model: H800_NVL
313+
fullModelName: "NVIDIA H800 NVL"
314+
vendor: NVIDIA
315+
costPerHour: 2.99
316+
fp16TFlops: 989
311317
318+
- model: H20
319+
fullModelName: "NVIDIA H20"
320+
vendor: NVIDIA
321+
costPerHour: 1.00
322+
fp16TFlops: 148
323+
312324
- model: H800_PCIe
313325
fullModelName: "NVIDIA H800 PCIe"
314326
vendor: NVIDIA

charts/tensor-fusion/templates/greptime-standalone.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ spec:
107107
- name: postgres
108108
containerPort: 4003
109109
protocol: TCP
110-
resources: {{ .Values.greptime.resources }}
110+
resources:
111+
{{- toYaml .Values.agent.resources | nindent 12 }}
111112
volumeMounts:
112113
- name: datanode
113114
mountPath: /data/greptimedb
@@ -166,7 +167,4 @@ spec:
166167
rollingUpdate:
167168
partition: 0
168169
revisionHistoryLimit: 10
169-
persistentVolumeClaimRetentionPolicy:
170-
whenDeleted: Retain
171-
whenScaled: Retain
172170
{{- end }}

0 commit comments

Comments
 (0)