Enable the resource usage
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
15d259b9c9
commit
240f6a73b1
|
@ -39,7 +39,10 @@ spec:
|
||||||
- containerPort: 8090
|
- containerPort: 8090
|
||||||
hostPort: 8090
|
hostPort: 8090
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources: {}
|
resources:
|
||||||
|
{{- if .Values.resources }}
|
||||||
|
{{ .Values.resources | toYaml | indent 10}}
|
||||||
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /root/.hyperion
|
- mountPath: /root/.hyperion
|
||||||
name: data
|
name: data
|
||||||
|
|
Loading…
Reference in New Issue