Fix problem with wrong volume mount names
[oom.git] / kubernetes / uui / charts / uui-server / templates / deployment.yaml
index e1c0d77..f0d5d29 100644 (file)
@@ -45,6 +45,8 @@ spec:
             initialDelaySeconds: {{ .Values.liveness.initialDelaySeconds }}
             periodSeconds: {{ .Values.liveness.periodSeconds }}
           {{ end -}}
+          resources:
+{{ include "common.resources" . | indent 12 }}
           readinessProbe:
             tcpSocket:
               port: {{ .Values.service.internalPort }}