diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 61433a8..650f187 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -36,6 +36,8 @@ spec: - name: http containerPort: 80 protocol: TCP + resources: + {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }} nodeSelector: