Enable the resource usage

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-10-03 10:37:00 +00:00
parent 15d259b9c9
commit 240f6a73b1
1 changed files with 4 additions and 1 deletions

View File

@ -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