From 240f6a73b158f07de9ce7e91f31edfee4d04522e Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 10:37:00 +0000 Subject: [PATCH] Enable the resource usage Signed-off-by: Martyn Ranyard --- apps-helm/hyperion/templates/deployment.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps-helm/hyperion/templates/deployment.yaml b/apps-helm/hyperion/templates/deployment.yaml index a2f7f10..4a2987e 100644 --- a/apps-helm/hyperion/templates/deployment.yaml +++ b/apps-helm/hyperion/templates/deployment.yaml @@ -39,7 +39,10 @@ spec: - containerPort: 8090 hostPort: 8090 protocol: TCP - resources: {} + resources: +{{- if .Values.resources }} +{{ .Values.resources | toYaml | indent 10}} +{{- end }} volumeMounts: - mountPath: /root/.hyperion name: data