Updating charts to use common resource template
[oom.git] / kubernetes / contrib / charts / netbox / charts / netbox-nginx / templates / deployment.yaml
index 73ac78b..a3f07ca 100755 (executable)
@@ -49,7 +49,7 @@ spec:
         - name: {{ include "common.fullname" . }}-config
           mountPath: /etc/netbox-nginx
         resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
       {{- if .Values.nodeSelector }}
       nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}