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